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.
wownero/utils/systemd/wownerod.service

21 lines
345 B

[Unit]
Description=Wownero Full Node
After=network.target
[Service]
User=wownero
Group=wownero
WorkingDirectory=~
StateDirectory=wownero
LogsDirectory=wownero
Type=simple
ExecStart=/usr/bin/wownerod --config-file /etc/wownerod.conf --non-interactive
StandardOutput=null
StandardError=null
Restart=always
[Install]
WantedBy=multi-user.target