aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormilky-sway <97125521+milky-sway@users.noreply.github.com>2022-01-04 21:43:51 +0100
committerGitHub <noreply@github.com>2022-01-04 21:43:51 +0100
commitb24bfb10c7cb50386bff19e699d5bc0e44382770 (patch)
tree894386dc7f82d75cbb8a8e19d32f4ac16e0ac557
parent1040cf1045eb4547bb2bff5f2c564208527cf8e7 (diff)
Create sleepwalk.service
-rw-r--r--sleepwalk.service12
1 files changed, 12 insertions, 0 deletions
diff --git a/sleepwalk.service b/sleepwalk.service
new file mode 100644
index 0000000..f6395e1
--- /dev/null
+++ b/sleepwalk.service
@@ -0,0 +1,12 @@
+[Unit]
+Description=Deep-Sleep-Service for PinePhone with support for periodic wake-ups to get notifications
+
+[Service]
+User=root
+WorkingDirectory=/
+ExecStart=sleepwalk start
+ExecStop=sleepwalk stop
+Restart=always
+
+[Install]
+WantedBy=multi-user.target