Voeg afsluitlogica toe

This commit is contained in:
Chris Josten 2021-03-02 02:28:48 +01:00
parent ae97f07a41
commit 8fec607e4f
7 changed files with 122 additions and 55 deletions

15
ober/mvoau.service Normal file
View file

@ -0,0 +1,15 @@
[Unit]
Description=AIUO Shutdown Manager
Wants=network-online.target
After=network-online.target
[Service]
Environment="WACHTTIJD=15"
Type=idle
ExecStart=mvoau $WACHTTIJD
Restart=on-failure
RestartSec=3
User=root
[Install]
WantedBy=multi-user.target