mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-21 23:20:23 +00:00
15 lines
No EOL
306 B
Desktop File
15 lines
No EOL
306 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/startup.sh
|
|
Restart=always
|
|
Type=simple
|
|
NotifyAccess=all
|
|
StandardError=syslog
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |