websoft9/systemd/websoft9.service

18 lines
373 B
SYSTEMD
Raw Permalink Normal View History

2021-08-27 18:27:28 +08:00
[Unit]
2023-09-28 09:25:04 +08:00
Description=Websoft9 Linux AppStore
2023-10-13 17:33:18 +08:00
Requires=network.target docker.service
2023-10-13 12:56:04 +08:00
After=network.target docker.service
2021-08-27 18:27:28 +08:00
[Service]
2023-09-26 18:21:45 +08:00
WorkingDirectory=/opt/websoft9/systemd
2023-09-27 16:00:23 +08:00
ExecStart=/bin/bash /opt/websoft9/systemd/start_up.sh
2023-09-28 09:25:04 +08:00
Restart=on-failure
2023-09-20 15:08:31 +08:00
Type=simple
2021-08-27 18:27:28 +08:00
NotifyAccess=all
2023-10-17 15:30:43 +08:00
StandardOutput=journal
StandardError=journal
2023-09-28 09:25:04 +08:00
User=root
Group=root
2021-08-27 18:27:28 +08:00
[Install]
2023-09-19 15:40:14 +08:00
WantedBy=multi-user.target