Add systemd service files

This commit is contained in:
Neil Alexander 2018-01-28 11:59:22 +00:00
parent 0d156a6335
commit cdf00ddceb
2 changed files with 30 additions and 0 deletions

View file

@ -0,0 +1,10 @@
[Unit]
Description=Restart yggdrasil on resume from sleep
After=sleep.target
[Service]
Type=oneshot
ExecStart=/bin/systemctl restart yggdrasil
[Install]
WantedBy=sleep.target