mirror of
https://github.com/xzcrpw/blackwall.git
synced 2026-04-24 11:56:21 +02:00
15 lines
278 B
SYSTEMD
15 lines
278 B
SYSTEMD
|
|
[Unit]
|
||
|
|
Description=Blackwall HiveMind API
|
||
|
|
After=blackwall-hivemind.service
|
||
|
|
|
||
|
|
[Service]
|
||
|
|
Type=simple
|
||
|
|
WorkingDirectory=/opt/blackwall
|
||
|
|
ExecStart=/opt/blackwall/hivemind-api
|
||
|
|
Environment=RUST_LOG=info
|
||
|
|
Restart=on-failure
|
||
|
|
RestartSec=3
|
||
|
|
|
||
|
|
[Install]
|
||
|
|
WantedBy=multi-user.target
|