Foodoor-Systemd-Service; Paketinstaller fragt nach oben/unten
This commit is contained in:
15
debian/etc/systemd/system/foodoord@.service
vendored
Executable file
15
debian/etc/systemd/system/foodoord@.service
vendored
Executable file
@ -0,0 +1,15 @@
|
||||
[Unit]
|
||||
Description=foodoord %i
|
||||
After=network-online.target
|
||||
Wants=network-online.target systemd-networkd-wait-online.service
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/usr/sbin/foodoord_%i
|
||||
Restart=on-failure
|
||||
RestartSec=5s
|
||||
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
Reference in New Issue
Block a user