swupdate.service 248 B

123456789101112
  1. [Unit]
  2. Description=SWUpdate daemon
  3. Documentation=https://github.com/sbabic/swupdate
  4. Documentation=https://sbabic.github.io/swupdate
  5. [Service]
  6. Type=notify
  7. ExecStart=@LIBDIR@/swupdate/swupdate.sh
  8. KillMode=mixed
  9. [Install]
  10. WantedBy=multi-user.target