Jean-Philippe Pialasse
dbc88b9a2c
- add requirement for ppp [SME: 12622] - add requirement for rp-pppoe [SME: 12628] - enable modprobe dummy and bond [SME: 12627]
19 lines
484 B
Desktop File
19 lines
484 B
Desktop File
[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
|
|
ExecStartPre=/sbin/e-smith/systemd/network-pre
|
|
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
|