mirror of
https://gitlab.com/fabinfra/fabaccess/bffh.git
synced 2025-03-12 16:11:43 +01:00
19 lines
400 B
Desktop File
19 lines
400 B
Desktop File
[Unit]
|
|
Description=FabAccess BFFH Service
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=bffh
|
|
Group=bffh
|
|
ExecStartPre=/usr/bin/bffhd --check --config /etc/bffh/bffh.dhall
|
|
Environment="BFFH_LOG=warn"
|
|
ExecStart=/usr/bin/bffhd --verbose --config /etc/bffh/bffh.dhall --log-format Pretty
|
|
Restart=on-failure
|
|
RestartSec=30
|
|
LogsDirectoryMode=750
|
|
LogsDirectory=bffh
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|