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