dpkg/kylin/lscwebscan/lib/systemd/system/lanxumwebapiserver.service

16 lines
314 B
SYSTEMD
Raw Permalink Normal View History

2024-10-18 08:14:09 +00:00
[Unit]
Description=lanxum webapi service
[Service]
Type=forking
User=root
ExecStart=/opt/lanxumwebapi/bin/server.sh start
ExecStop=/opt/lanxumwebapi/bin/server.sh stop
ExecReload=/opt/lanxumwebapi/bin/server.sh restart
Restart=always
RestartSSec=10
[Install]
WantedBy=multi-user.target
Alias=lanxumwebapiserver