20 lines
425 B
Desktop File
20 lines
425 B
Desktop File
[Unit]
|
|
Description=SurrealDB server
|
|
After=network-online.target
|
|
Wants=network-online.target
|
|
Requires=tikv-20160.service
|
|
After=tikv-20160.service
|
|
|
|
[Service]
|
|
Type=simple
|
|
EnvironmentFile=/opt/surreal_env
|
|
ExecStart=/usr/local/bin/surreal start \
|
|
--user root --pass ${SURREAL_PASS} \
|
|
--bind 0.0.0.0:8080 \
|
|
tikv://127.0.0.1:2379
|
|
Restart=on-failure
|
|
RestartSec=15s
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|