Add barrier-client service
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
88668ce48d
commit
a92b1bd7d8
1 changed files with 11 additions and 0 deletions
11
.config/systemd/user/barrierc@.service
Normal file
11
.config/systemd/user/barrierc@.service
Normal file
|
@ -0,0 +1,11 @@
|
|||
[Unit]
|
||||
Description=Barrier Client
|
||||
After=network-online.target
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/bin/barrierc -f --no-tray --debug INFO --name %H %i:24800
|
||||
Restart=on-failure
|
||||
RestartSec=5
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
Loading…
Reference in a new issue