mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-21 15:10:22 +00:00
18 lines
No EOL
373 B
Desktop File
18 lines
No EOL
373 B
Desktop File
[Unit]
|
|
Description=Websoft9 Linux AppStore
|
|
Requires=network.target docker.service
|
|
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
|
|
StandardOutput=journal
|
|
StandardError=journal
|
|
User=root
|
|
Group=root
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |