[Unit] Description=UnomonD User Service # Notes: # This file can go into /home//.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