mirror of
https://github.com/yggdrasil-network/yggdrasil-go
synced 2024-11-09 23:20:26 +03:00
11 lines
177 B
Desktop File
11 lines
177 B
Desktop File
[Unit]
|
|
Description=Restart yggdrasil on resume from sleep
|
|
After=sleep.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/bin/systemctl restart yggdrasil
|
|
|
|
[Install]
|
|
WantedBy=sleep.target
|