21 lines
359 B
Desktop File
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
|