Foodoor-Systemd-Service; Paketinstaller fragt nach oben/unten

This commit is contained in:
2022-11-01 18:56:45 +01:00
parent 0b34242781
commit bb8be95468
8 changed files with 36 additions and 168 deletions

15
debian/etc/systemd/system/foodoord@.service vendored Executable file
View 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