blob: 2e6652827d2f05cdccd4f5db49441feab3617233 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[Unit]
Description=Limit the computer time
[Service]
ExecStart=/usr/src/skripte/computer-time-limit/computer-time-limit
ExecStopPost=-/usr/bin/git -C /usr/src/skripte/computer-time-limit pull --ff-only
ExecStopPost=-/usr/bin/git -C /usr/src/skripte/ykverify pull --ff-only
Restart=on-failure
[Install]
WantedBy=multi-user.target
|