mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
netplug: systemd support
[Thomas: use relative symlink instead of absolute symlink.] Signed-off-by: Alex Suykov <alex.suykov@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
ea63dc42cd
commit
b8da356e5d
10
package/netplug/netplug.service
Normal file
10
package/netplug/netplug.service
Normal file
@@ -0,0 +1,10 @@
|
||||
[Unit]
|
||||
Description=Network cable hotplug management daemon
|
||||
After=syslog.target network.target
|
||||
|
||||
[Service]
|
||||
ExecStart=/sbin/netplugd -F
|
||||
Restart=always
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Reference in New Issue
Block a user