1
0
mirror of https://github.com/artizirk/dotfiles.git synced 2024-10-22 05:10:58 +03:00

Swayosd-server as systemd service

for automatic restarts
This commit is contained in:
Arti Zirk 2024-10-08 22:57:42 +03:00
parent 293dabc125
commit 63d1b1b493
2 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1 @@
/home/arti/.config/systemd/user/swayosd-server.service

View 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