websoft9/systemd/websoft9.service
2023-09-20 15:08:31 +08:00

16 lines
No EOL
314 B
Desktop File

[Unit]
Description=Websoft9 PaaS Platform
Requires=network.target docker
After=network.target docker
[Service]
KillSignal=SIGQUIT
WorkingDirectory=/data/websoft9/systemd
ExecStart=-/bin/bash send_credentials.sh
Restart=always
Type=simple
NotifyAccess=all
StandardError=syslog
[Install]
WantedBy=multi-user.target