1
0
mirror of https://github.com/artizirk/dotfiles.git synced 2024-11-27 10:00:59 +02: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