mirror of
https://github.com/Djeeberjr/fw-anwesenheit.git
synced 2025-07-02 01:04:16 +00:00
20 lines
350 B
Desktop File
20 lines
350 B
Desktop File
[Unit]
|
|
Description=Failure state for fwa.service
|
|
Requires=local-fs.target
|
|
After=local-fs.target
|
|
StartLimitIntervalSec=500
|
|
StartLimitBurst=5
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/local/bin/fwa --error
|
|
Restart=on-failure
|
|
RestartSec=5
|
|
User=root
|
|
Group=root
|
|
WorkingDirectory=/var/lib/fwa
|
|
EnvironmentFile=/etc/fwa.env
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|