townforge/utils/systemd/townforged.service
2022-08-08 17:44:32 +00:00

21 lines
359 B
Desktop File

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