19 lines
429 B
Desktop File
19 lines
429 B
Desktop File
[Unit]
|
|
Description=UnomonD User Service
|
|
|
|
# Notes:
|
|
# This file can go into /home/<user>/.config/systemd/user
|
|
# Reload systemd next: systemctl --user daemon-reload
|
|
# Finally enable and start the service: systemctl --user --now enable unomond-user
|
|
|
|
[Service]
|
|
Type=simple
|
|
#User=
|
|
#Group=
|
|
ExecStart=%h/bin/unomond -d -c %h/etc/unomond.conf
|
|
Restart=on-failure
|
|
#StandardOutput=file:%h/log/unomond.log
|
|
|
|
[Install]
|
|
WantedBy=default.target
|