17 lines
376 B
Desktop File
17 lines
376 B
Desktop File
[Unit]
|
|
Description=IPX network setup
|
|
Documentation=man:systemd.service(5)
|
|
Wants=network-online.target
|
|
After=network-online.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
RemainAfterExit=yes
|
|
EnvironmentFile=/etc/conf.d/ipx
|
|
ExecStart=/usr/libexec/ipx/network-start.sh
|
|
ExecStop=/usr/libexec/ipx/network-stop.sh
|
|
ExecStopPost=/usr/libexec/ipx/network-stop.sh
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|