fix executeable name in systemd service

This commit is contained in:
lukas 2021-05-05 16:28:33 +02:00
parent 05ca1ff60b
commit ad452feca2
2 changed files with 2 additions and 2 deletions

View File

@ -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)

View File

@ -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