mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
d73d7aca86
Restart=always PrivateTmp=true
21 lines
361 B
Desktop File
21 lines
361 B
Desktop File
[Unit]
|
|
Description=Monero Full Node
|
|
After=network.target
|
|
|
|
[Service]
|
|
User=monero
|
|
Group=monero
|
|
WorkingDirectory=~
|
|
RuntimeDirectory=monero
|
|
|
|
Type=forking
|
|
PIDFile=/run/monero/monerod.pid
|
|
|
|
ExecStart=/usr/bin/monerod --config-file /etc/monerod.conf \
|
|
--detach --pidfile /run/monero/monerod.pid
|
|
|
|
Restart=always
|
|
PrivateTmp=true
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|