websoft9/systemd/websoft9.service
qiaofeng1227 9cee8b0c4a systemd
2023-10-13 12:56:04 +08:00

17 lines
No EOL
341 B
Desktop File

[Unit]
Description=Websoft9 Linux AppStore
Requires=network.target docker
After=network.target docker.service
[Service]
WorkingDirectory=/opt/websoft9/systemd
ExecStart=/bin/bash /opt/websoft9/systemd/start_up.sh
Restart=on-failure
Type=simple
NotifyAccess=all
StandardError=syslog
User=root
Group=root
[Install]
WantedBy=multi-user.target