summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--computer-time-limit.service9
1 files changed, 9 insertions, 0 deletions
diff --git a/computer-time-limit.service b/computer-time-limit.service
new file mode 100644
index 0000000..f096f74
--- /dev/null
+++ b/computer-time-limit.service
@@ -0,0 +1,9 @@
+[Unit]
+Description=Limit the computer time
+
+[Service]
+ExecStart=/usr/src/skripte/computer-time-limit/computer-time-limit
+Restart=on-failure
+
+[Install]
+WantedBy=multi-user.target