2016-08-25 05:05:30 +02:00
|
|
|
[Unit]
|
2016-09-03 21:44:00 +02:00
|
|
|
Description=Monero Full Node
|
2016-08-25 05:05:30 +02:00
|
|
|
After=network.target
|
|
|
|
|
|
|
|
[Service]
|
2016-09-03 21:44:00 +02:00
|
|
|
User=monero
|
|
|
|
Group=monero
|
2016-08-25 05:05:30 +02:00
|
|
|
WorkingDirectory=~
|
2017-09-09 19:11:21 +02:00
|
|
|
RuntimeDirectory=monero
|
2016-08-25 05:05:30 +02:00
|
|
|
|
|
|
|
Type=forking
|
2017-09-09 19:11:21 +02:00
|
|
|
PIDFile=/run/monero/monerod.pid
|
2016-08-25 05:05:30 +02:00
|
|
|
|
2017-07-19 22:47:57 +02:00
|
|
|
ExecStart=/usr/bin/monerod --config-file /etc/monerod.conf \
|
2017-09-09 19:11:21 +02:00
|
|
|
--detach --pidfile /run/monero/monerod.pid
|
2016-08-25 05:05:30 +02:00
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|