websoft9/systemd/websoft9.service
qiaofeng1227 b51d6e8b16 systemd
2023-09-27 16:00:23 +08:00

15 lines
No EOL
307 B
Desktop File

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