yggdrasil-go/contrib/systemd/yggdrasil-resume.service

11 lines
177 B
SYSTEMD
Raw Normal View History

2018-01-28 14:59:22 +03:00
[Unit]
Description=Restart yggdrasil on resume from sleep
After=sleep.target
[Service]
Type=oneshot
ExecStart=/bin/systemctl restart yggdrasil
[Install]
WantedBy=sleep.target