998b263517
Co-authored-by: Przemyslaw Hugh Kaznowski <hughkaznowski@protonmail.com> Co-authored-by: Tobie Morgan Hitchcock <tobie@surrealdb.com>
24 lines
449 B
Text
24 lines
449 B
Text
[Unit]
|
|
Description=SurrealDB Service
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/share/surreal/surreal start
|
|
WorkingDirectory=/usr/share/surreal
|
|
Restart=always
|
|
|
|
KillMode=process
|
|
|
|
LimitNOFILE=infinity
|
|
|
|
LimitCORE=infinity
|
|
|
|
; Environment variables:
|
|
; Environment=SURREAL_USER=root
|
|
; Environment=SURREAL_PASS=root
|
|
; Environment=SURREAL_BIND=0.0.0.0:8000
|
|
; Environment=SURREAL_LOG=debug
|
|
; Environment=SURREAL_STRICT=false
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|