Add systemd swayrd.service

Fixes: https://todo.sr.ht/~tsdh/swayr/15
timeout_old
Tassilo Horn 2 years ago
parent 4609d481cb
commit 69465b940f
  1. 16
      etc/swayrd.service

@ -0,0 +1,16 @@
[Unit]
Description=Window switcher for Sway
Documentation=https://sr.ht/~tsdh/swayr/
PartOf=sway-session.target
After=sway-session.target
[Service]
Type=simple
Environment=RUST_BACKTRACE=1
ExecStart=/usr/bin/swayrd
Restart=on-failure
# Remove or override this to send debug output to the journal
StandardOutput=null
[Install]
WantedBy=sway-session.target
Loading…
Cancel
Save