cjdns-resume.service 169 B

12345678910
  1. [Unit]
  2. Description=Restart cjdns on resume from sleep
  3. After=sleep.target
  4. [Service]
  5. Type=oneshot
  6. ExecStart=/bin/systemctl restart cjdns
  7. [Install]
  8. WantedBy=sleep.target