mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 02:44:59 +00:00
Remove 30sec restart wait. (#2231)
This commit is contained in:
parent
e24978c4a7
commit
3012be083f
2 changed files with 0 additions and 2 deletions
|
|
@ -3,7 +3,6 @@ Description="Service for FeatureBase"
|
|||
After=network.target
|
||||
|
||||
[Service]
|
||||
RestartSec=30
|
||||
Restart=on-failure
|
||||
EnvironmentFile=
|
||||
User=molecula
|
||||
|
|
|
|||
|
|
@ -12,7 +12,6 @@ WorkingDirectory=/var/lib/featurebase
|
|||
EnvironmentFile=
|
||||
ExecStart=/usr/bin/featurebase server -c /etc/featurebase/featurebase.conf
|
||||
Restart=on-failure
|
||||
RestartSec=30
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue