2022-11-15 03:12:08 +00:00
|
|
|
[Unit]
|
2022-11-15 03:13:02 +00:00
|
|
|
Description=vCPE Service
|
2022-11-15 03:12:08 +00:00
|
|
|
StartLimitIntervalSec=0
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=simple
|
|
|
|
Restart=always
|
2022-11-15 03:13:02 +00:00
|
|
|
RestartSec=5
|
2022-11-15 03:12:08 +00:00
|
|
|
User=root
|
|
|
|
ExecStart=/usr/bin/env /home/jw/vcpe/srcs/vcpe_main dhcpd -n vxlan0 -i /home/jw/vcpe/srcs/config/opendhcp.ini -c /home/jw/vcpe/srcs/config/vcpe.cfg -d /home/jw/vcpe/srcs/config/ -k pqwAQ81rxg70aoy3v+Jjrw==
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|