websoft9/systemd/websoft9.service

15 lines
307 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]
2023-09-26 10:21:45 +00:00
WorkingDirectory=/opt/websoft9/systemd
2023-09-27 08:00:23 +00:00
ExecStart=/bin/bash /opt/websoft9/systemd/start_up.sh
2021-08-27 10:27:28 +00:00
Restart=always
2023-09-20 07:08:31 +00:00
Type=simple
2021-08-27 10:27:28 +00:00
NotifyAccess=all
StandardError=syslog
[Install]
2023-09-19 07:40:14 +00:00
WantedBy=multi-user.target