You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
monero/utils/systemd/monerod.service

18 lines
299 B

[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