danicoin/utils/systemd/monerod.service
Erik de Castro Lopo 2fac03e682 Update monerod systemd service file
Make monerod use a PID file and let systemd know where that file is.
2017-07-22 08:34:56 +10:00

18 lines
299 B
Desktop File

[Unit]
Description=Monero Full Node
After=network.target
[Service]
User=monero
Group=monero
WorkingDirectory=~
Type=forking
PIDFile=/var/run/monerod.pid
ExecStart=/usr/bin/monerod --config-file /etc/monerod.conf \
--detach --pidfile /var/run/monerod.pid
[Install]
WantedBy=multi-user.target