mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-05 09:09:21 +01:00
11 lines
169 B
SYSTEMD
11 lines
169 B
SYSTEMD
|
[Unit]
|
||
|
Description=Restart cjdns on resume from sleep
|
||
|
After=sleep.target
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
ExecStart=/bin/systemctl restart cjdns
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=sleep.target
|