File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ [Unit]
2+ Description =IGMP Proxy
3+ After =vyos-router.service
4+
5+ [Service]
6+ Type =forking
7+ Restart =no
8+ TimeoutSec =5min
9+ IgnoreSIGPIPE =no
10+ KillMode =process
11+ GuessMainPID =no
12+ RemainAfterExit =yes
13+ SuccessExitStatus =5 6
14+ ExecStart =/etc/init.d/igmpproxy start
15+ ExecStop =/etc/init.d/igmpproxy stop
16+
17+ [Install]
18+ WantedBy =multi-user.target
Original file line number Diff line number Diff line change 1+ [Unit]
2+ Description =Intel QAT service
3+ After =vyos-router.service
4+
5+ [Service]
6+ Type =forking
7+ Restart =no
8+ TimeoutSec =5min
9+ IgnoreSIGPIPE =no
10+ KillMode =process
11+ GuessMainPID =no
12+ RemainAfterExit =yes
13+ SuccessExitStatus =5 6
14+ ExecStart =/etc/init.d/qat_service start
15+ ExecStop =/etc/init.d/qat_service stop
16+
17+ [Install]
18+ WantedBy =multi-user.target
Original file line number Diff line number Diff line change 1+ [Unit]
2+ Description =WIDE DHCPv6 Client
3+ After =vyos-router.service
4+
5+ [Service]
6+ Type =forking
7+ Restart =no
8+ TimeoutSec =5min
9+ IgnoreSIGPIPE =no
10+ KillMode =process
11+ GuessMainPID =no
12+ RemainAfterExit =yes
13+ SuccessExitStatus =5 6
14+ ExecStart =/etc/init.d/wide-dhcpv6-client start
15+ ExecStop =/etc/init.d/wide-dhcpv6-client stop
16+
17+ [Install]
18+ WantedBy =multi-user.target
You can’t perform that action at this time.
0 commit comments