This unit is provided by:
Options
-
[Install]-
WantedBy=multi-user.target
-
-
[Service]-
ConfigurationDirectory=bitcoin -
ConfigurationDirectoryMode=0710 -
ExecReload=/bin/kill -HUP $MAINPID -
ExecStart=/usr/bin/bitcoind -conf=/etc/bitcoin/bitcoin.conf -pid=/run/bitcoin/bitcoind.pid -datadir=/var/lib/bitcoin -
ExecStart=/usr/bin/bitcoind -daemonwait -pid=/run/bitcoind/bitcoind.pid -conf=/etc/bitcoin/bitcoin.conf -datadir=/var/lib/bitcoind -
ExecStartPre=/bin/chgrp bitcoin /etc/bitcoin -
Group=bitcoin -
MemoryDenyWriteExecuteIntroduced in systemd 231=yes -
NoNewPrivilegesIntroduced in systemd 239=yes -
PIDFile=/run/bitcoin/bitcoind.pid -
PIDFile=/run/bitcoind/bitcoind.pid -
PermissionsStartOnly=yes -
PrivateDevicesIntroduced in systemd 209=yes -
PrivateTmp=yes -
ProtectClockIntroduced in systemd 245=yes -
ProtectControlGroupsIntroduced in systemd 232=yes -
ProtectHomeIntroduced in systemd 214=yes -
ProtectHostnameIntroduced in systemd 242=yes -
ProtectKernelLogsIntroduced in systemd 244=yes -
ProtectKernelModulesIntroduced in systemd 232=yes -
ProtectKernelTunablesIntroduced in systemd 232=yes -
ProtectSystemIntroduced in systemd 214=full -
Restart=on-failure -
RestrictRealtimeIntroduced in systemd 231=yes -
RuntimeDirectory=bitcoind -
RuntimeDirectoryMode=0710 -
StateDirectory=bitcoind -
StateDirectoryMode=0710 -
TimeoutStartSec=infinity -
TimeoutStopSecIntroduced in systemd 188=600 -
Type=forking -
User=bitcoin
-
-
[Unit]-
After=network-online.target -
After=network.target -
Description=Bitcoin Daemon -
Description=Bitcoin daemon -
Documentation=https://github.com/bitcoin/bitcoin/blob/master/doc/init.md -
Requires=network.target -
Wants=network-online.target
-
Additionnal notes
Nothing here.