17 lines
291 B
Desktop File
17 lines
291 B
Desktop File
[Unit]
|
|
Description=UnomonD User Service
|
|
|
|
# Notes:
|
|
# This file can go into /home/<user>/.config/systemd/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
|