websoft9/systemd/websoft9.service

16 lines
300 B
SYSTEMD
Raw Normal View History

2021-08-27 10:27:28 +00:00
[Unit]
2023-09-19 01:02:56 +00:00
Description=Websoft9 PaaS Platform
2023-09-19 07:40:14 +00:00
Requires=network.target docker
After=network.target docker
2021-08-27 10:27:28 +00:00
[Service]
KillSignal=SIGQUIT
2023-09-19 10:12:37 +00:00
WorkingDirectory=/data/websoft9
ExecStart=bash send_credentials.sh
2021-08-27 10:27:28 +00:00
Restart=always
Type=notify
NotifyAccess=all
StandardError=syslog
[Install]
2023-09-19 07:40:14 +00:00
WantedBy=multi-user.target