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