add systemd unit

This commit is contained in:
bretello 2024-06-14 17:42:03 +02:00
parent 124e327a6e
commit 4046cb1f75
Signed by: brethil
GPG Key ID: 876AAC6290170FE7

11
mannaggianastri.service Normal file
View File

@ -0,0 +1,11 @@
[Unit]
Description=mannaggianastri
After=network.target
[Service]
Type=simple
Restart=always
ExecStart=%h/mannaggianastri/run.sh
[Install]
WantedBy=default.target