vcpe/config/vcpe.service

13 lines
360 B
SYSTEMD
Raw Normal View History

[Unit]
2022-11-15 03:13:02 +00:00
Description=vCPE Service
StartLimitIntervalSec=0
[Service]
Type=simple
Restart=always
2022-11-15 03:13:02 +00:00
RestartSec=5
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