- systemd unit for ippp [SME: 12876] - systemd unit for wan [SME: 12875] - improve networking service unit [SME: 12541]
22 lines
542 B
Desktop File
22 lines
542 B
Desktop File
[Unit]
|
|
Description= Network management for Koozali SME Server, using old sysvinit script
|
|
After=network-pre.target
|
|
Wants=network-online.target
|
|
Wants=network.target
|
|
Before=network-online.target
|
|
Before=network.target
|
|
Before=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
|