13 lines
248 B
SYSTEMD
13 lines
248 B
SYSTEMD
|
[Unit]
|
||
|
Description=SWUpdate daemon
|
||
|
Documentation=https://github.com/sbabic/swupdate
|
||
|
Documentation=https://sbabic.github.io/swupdate
|
||
|
|
||
|
[Service]
|
||
|
Type=notify
|
||
|
ExecStart=/usr/lib/swupdate/swupdate.sh
|
||
|
KillMode=mixed
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|