mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
12 lines
240 B
Desktop File
12 lines
240 B
Desktop File
[Unit]
|
|
Description="Service for FeatureBase"
|
|
After=network.target
|
|
|
|
[Service]
|
|
Restart=on-failure
|
|
EnvironmentFile=
|
|
User=molecula
|
|
ExecStart=/usr/bin/featurebase server -c /etc/featurebase/featurebase.conf
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|