mirror of
https://github.com/artizirk/dotfiles.git
synced 2024-11-15 05:31:05 +02:00
12 lines
156 B
Desktop File
12 lines
156 B
Desktop File
[Unit]
|
|
Description=SwayOSD Server
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/bin/swayosd-server
|
|
Restart=always
|
|
RestartSec=10s
|
|
|
|
[Install]
|
|
WantedBy=default.target
|