mirror of
https://github.com/artizirk/dotfiles.git
synced 2024-11-21 16:00:59 +02:00
Swayosd-server as systemd service
for automatic restarts
This commit is contained in:
parent
293dabc125
commit
63d1b1b493
1
.config/systemd/user/default.target.wants/swayosd-server.service
Symbolic link
1
.config/systemd/user/default.target.wants/swayosd-server.service
Symbolic link
@ -0,0 +1 @@
|
||||
/home/arti/.config/systemd/user/swayosd-server.service
|
11
.config/systemd/user/swayosd-server.service
Normal file
11
.config/systemd/user/swayosd-server.service
Normal file
@ -0,0 +1,11 @@
|
||||
[Unit]
|
||||
Description=SwayOSD Server
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/usr/bin/swayosd-server
|
||||
Restart=always
|
||||
RestartSec=10s
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
Loading…
Reference in New Issue
Block a user