2021-08-27 10:27:28 +00:00
|
|
|
[Unit]
|
2023-09-28 01:25:04 +00:00
|
|
|
Description=Websoft9 Linux AppStore
|
2023-10-13 09:33:18 +00:00
|
|
|
Requires=network.target docker.service
|
2023-10-13 04:56:04 +00:00
|
|
|
After=network.target docker.service
|
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
|
2023-09-28 01:25:04 +00:00
|
|
|
Restart=on-failure
|
2023-09-20 07:08:31 +00:00
|
|
|
Type=simple
|
2021-08-27 10:27:28 +00:00
|
|
|
NotifyAccess=all
|
2023-10-17 07:30:43 +00:00
|
|
|
StandardOutput=journal
|
|
|
|
StandardError=journal
|
2023-09-28 01:25:04 +00:00
|
|
|
User=root
|
|
|
|
Group=root
|
2021-08-27 10:27:28 +00:00
|
|
|
|
|
|
|
[Install]
|
2023-09-19 07:40:14 +00:00
|
|
|
WantedBy=multi-user.target
|