2019-04-29 20:25:40 -05:00
|
|
|
[Unit]
|
|
|
|
Description=Nephos kernel modules init
|
|
|
|
After=local-fs.target
|
|
|
|
Before=syncd.service
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=oneshot
|
2020-03-18 16:05:42 -05:00
|
|
|
ExecStart=-/etc/init.d/nps-modules-4.9-amd64 start
|
|
|
|
ExecStop=-/etc/init.d/nps-modules-4.9-amd64 stop
|
2019-04-29 20:25:40 -05:00
|
|
|
RemainAfterExit=yes
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|