dpkg/kylin/ctsweb/lib/systemd/system/cumtennwebscanserver.service

19 lines
378 B
SYSTEMD
Executable File

[Unit]
Description=cumtenn webscan service
[Service]
Environment=LD_LIBRARY_PATH=/opt/cumtennwebscan/bin
Type=forking
User=root
ExecStart=/opt/cumtennwebscan/bin/server.sh start
ExecStop=/opt/cumtennwebscan/bin/server.sh stop
ExecReload=/opt/cumtennwebscan/bin/server.sh restart
Restart=always
RestartSSec=10
[Install]
WantedBy=multi-user.target
Alias=cumtennwebscanserver