mirror of
https://github.com/artizirk/dotfiles.git
synced 2026-05-23 02:59:13 +03:00
63d1b1b493
for automatic restarts
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
|