mirror of
https://github.com/FAUSheppy/systemd-socket-activation-template
synced 2025-12-06 15:01:36 +01:00
11 lines
231 B
SYSTEMD
11 lines
231 B
SYSTEMD
[Unit]
|
|
Description=Continiously check if example.service should be stopped
|
|
After=example.service
|
|
PartOf=example.service
|
|
|
|
[Timer]
|
|
OnUnitActiveSec=15min
|
|
OnActiveSec=14min
|
|
Persistent=false
|
|
Unit=sheppy-minecraft-autodeactivate.service
|