mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-07 07:55:16 +02:00
Remove .service declaration
This commit is contained in:
parent
1349887649
commit
778044e70b
1 changed files with 0 additions and 20 deletions
|
|
@ -1,20 +0,0 @@
|
|||
[Unit]
|
||||
Description=Dograh Services
|
||||
After=network.target postgresql.service
|
||||
Wants=network-online.target
|
||||
|
||||
[Service]
|
||||
Type=forking
|
||||
User=a
|
||||
Group=a
|
||||
WorkingDirectory=/home/a/dograh
|
||||
Environment="PATH=/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
|
||||
ExecStart=/home/a/dograh/scripts/start_services.sh
|
||||
ExecStop=/home/a/dograh/scripts/stop_services.sh
|
||||
TimeoutStopSec=30
|
||||
Restart=on-failure
|
||||
RestartSec=10
|
||||
StandardOutput=journal
|
||||
StandardError=journal
|
||||
|
||||
[Install]
|
||||
Loading…
Add table
Add a link
Reference in a new issue