aboutsummaryrefslogtreecommitdiff
path: root/src/service.h
Commit message (Collapse)AuthorAgeFilesLines
* make a SoundPlayer interface so we can mock it in the testscharles kerr2021-08-281-1/+6
| | | | | | | | this requires an annoying amount of scaffolding: 1. implement gst and mock classes to implement the SoundPlayer interface 2. modify notifier to take a SoundPlayer argument in its ctor 3. modify service to take a Notifier argument in its ctor instead of instantiating it on its own 4. change main to update the startup steps for player/notifier/service
* remove the '--replace' command line argument; process management will be ↵Charles Kerr2013-06-191-2/+1
| | | | handled by Upstart
* add the heart of the serviceCharles Kerr2013-06-161-0/+79