Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | scrobbler: add a systemd unit file | Franck Cuny | 2022-06-11 | 1 | -0/+43 |
As I want the scrobbler to be started automatically when I log into my session, the easiest way to do this is by having a systemd unit file that I run for my own user. The unit expects that the binary for the scrobbler is under my $GOPATH, which is hard coded for now. We also ensure that the binary exists before starting the unit. We harness the service with a number of directives. |