# cd /etc/systemd/system/ # touch some.service # mcedit some.service [Unit] Description=Some site service [Service] ExecStartPre= ExecStart=/sbin/runuser -l asuser -c '/some/script/start.sh' Restart=always KillSignal=SIGQUIT Type=notify NotifyAccess=all [Install] WantedBy=multi-user.target # sudo systemctl enable some