Add barrier server unit

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2023-08-28 17:34:32 +02:00
parent a546f0f0af
commit 2b56a3f2e3
Signed by: luzifer
GPG Key ID: D91C3E91E4CAD6F5

View File

@ -0,0 +1,10 @@
[Unit]
Description=Barrier Server
[Service]
ExecStart=/usr/bin/barriers -f --no-tray --debug INFO --name %H --disable-client-cert-checking -c %h/.config/barriers.conf --address :24800
Restart=on-failure
RestartSec=5
[Install]
WantedBy=default.target