mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
12 lines
248 B
SYSTEMD
12 lines
248 B
SYSTEMD
[Unit]
|
|
Description=SWUpdate socket listener
|
|
Documentation=https://github.com/sbabic/swupdate
|
|
Documentation=https://sbabic.github.io/swupdate
|
|
|
|
[Socket]
|
|
ListenStream=/tmp/sockinstctrl
|
|
ListenStream=/tmp/swupdateprog
|
|
|
|
[Install]
|
|
WantedBy=sockets.target
|