dpkg/kylin/lscweb/lib/systemd/system/lanxumwebscanserver.service

16 lines
319 B
SYSTEMD
Raw Permalink Normal View History

2022-07-04 08:39:15 +00:00
[Unit]
Description=lanxum webscan service
[Service]
Type=forking
User=root
2022-07-04 08:57:43 +00:00
ExecStart=/opt/lanxumwebscan/bin/server.sh start
ExecStop=/opt/lanxumwebscan/bin/server.sh stop
ExecReload=/opt/lanxumwebscan/bin/server.sh restart
2022-07-04 08:39:15 +00:00
Restart=always
RestartSSec=10
[Install]
WantedBy=multi-user.target
Alias=lanxumwebscanserver