initial commit of file from CVS for e-smith-base on Thu 26 Oct 11:24:52 BST 2023
This commit is contained in:
17
root/usr/lib/systemd/system/networking.service
Normal file
17
root/usr/lib/systemd/system/networking.service
Normal file
@@ -0,0 +1,17 @@
|
||||
[Unit]
|
||||
Description= Network management for Koozali SME Server, using old sysvinit script
|
||||
After=network-pre.target
|
||||
Wants=network.target
|
||||
Before=network-online.target wan.service
|
||||
Conflicts=NetworkManager.service
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/etc/rc.d/init.d/network start
|
||||
ExecStop=/etc/rc.d/init.d/network stop
|
||||
ExecReload=/etc/rc.d/init.d/network restart
|
||||
RemainAfterExit=yes
|
||||
|
||||
[Install]
|
||||
WantedBy=sme-server.target
|
||||
Alias=network.service
|
Reference in New Issue
Block a user