pinephone-scripts/sleepwalk.service

13 lines
251 B
SYSTEMD

[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