15 lines
318 B
SYSTEMD
15 lines
318 B
SYSTEMD
[Unit]
|
|
Description=IPX RIP/SAP routing daemon
|
|
Documentation=man:ipxd(8) man:ipx_ticks(5)
|
|
After=ipx.service network.target
|
|
Requires=ipx.service
|
|
|
|
[Service]
|
|
Type=forking
|
|
EnvironmentFile=-@sysconfdir@/conf.d/ipx
|
|
ExecStart=@sbindir@/ipxd $IPXD_OPTS -l $IPXD_LOGFILE
|
|
Restart=on-failure
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|