diff options
author | Teddy Wing | 2018-11-11 16:01:18 +0100 |
---|---|---|
committer | Teddy Wing | 2018-11-11 16:01:18 +0100 |
commit | 02d62aef0695d50c368c174cdd56de49fe839931 (patch) | |
tree | 45b3eb9a81cb51ed1497a8aca5645f8dacc06210 | |
parent | 5ca9af6303ae63fe50b902975ec38be87218a831 (diff) | |
download | DomeKey-02d62aef0695d50c368c174cdd56de49fe839931.tar.bz2 |
pkg/dome-key.in.rb: Add the command to run if you don't use launchd
Now that I think about it, a daemon would execute in the background, not
take over the shell. But whatever, not going to change that now when I'm
about to release the program.
-rw-r--r-- | pkg/dome-key.in.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pkg/dome-key.in.rb b/pkg/dome-key.in.rb index d6f6dc6..4e659d1 100644 --- a/pkg/dome-key.in.rb +++ b/pkg/dome-key.in.rb @@ -33,6 +33,8 @@ class DomeKey < Formula EOS end + plist_options :manual => "dome-key --daemon --audio" + def plist; <<~EOS ${PLIST} EOS |