Add barrier server unit
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
a546f0f0af
commit
2b56a3f2e3
1 changed files with 10 additions and 0 deletions
10
.config/systemd/user/barriers.service
Normal file
10
.config/systemd/user/barriers.service
Normal 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
|
Loading…
Reference in a new issue