1 2 3 4 5 6 7 8 9 10 11 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