fix executeable name in systemd service
This commit is contained in:
parent
05ca1ff60b
commit
ad452feca2
@ -341,7 +341,7 @@ ${SAMPLECONFIG}EOM
|
||||
fi
|
||||
|
||||
systemctl enable ${Application_Name}.service
|
||||
systemctl start ${Application_Name}.service")
|
||||
systemctl restart ${Application_Name}.service")
|
||||
|
||||
|
||||
SET(CPACK_DEB_COMPONENT_INSTALL 1)
|
||||
|
@ -2,7 +2,7 @@
|
||||
Description=IP Refresher
|
||||
After=network.target
|
||||
[Service]
|
||||
ExecStart=iprefresher -l
|
||||
ExecStart=dynuiprefresher -l
|
||||
WorkingDirectory=/root
|
||||
StandardOutput=inherit
|
||||
StandardError=inherit
|
||||
|
Loading…
Reference in New Issue
Block a user