add systemd unit
This commit is contained in:
parent
124e327a6e
commit
4046cb1f75
11
mannaggianastri.service
Normal file
11
mannaggianastri.service
Normal 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
|
Loading…
Reference in New Issue
Block a user