dotfiles/sway/.config/systemd/user/parrotd.service
2022-11-20 22:56:51 -05:00

12 lines
219 B
Desktop File

[Unit]
Description=Parrot Partying Service
BindsTo=sway-session.target
[Service]
# Should be compiled and moved to ~/.local/bin/
ExecStart=%h/.local/bin/parrotd
KillMode=process
[Install]
WantedBy=sway-session.target