1
0
mirror of https://github.com/artizirk/dotfiles.git synced 2024-10-22 13:11:00 +03:00
dotfiles/.config/systemd/user/swayosd-server.service

12 lines
156 B
SYSTEMD
Raw Normal View History

[Unit]
Description=SwayOSD Server
[Service]
Type=simple
ExecStart=/usr/bin/swayosd-server
Restart=always
RestartSec=10s
[Install]
WantedBy=default.target