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