dotfiles/sway/.config/systemd/user/parrotd.service

13 lines
241 B
SYSTEMD

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