websoft9/systemd/websoft9.service
2023-09-19 18:12:37 +08:00

16 lines
300 B
Desktop File

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