Skip to content

Commit

Permalink
docs(readme): add systemd unit info
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeStanger committed Jun 14, 2023
1 parent 1588b41 commit 4bf1415
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@ The AUR package can be found [here](https://aur.archlinux.org/packages/mpd-disco
yay -S mpd-discord-rpc-git
```

The systemd unit is included and can be started with:

```
systemctl --user enable --now mpd-discord-rpc
```

### NixOS

You can use the [`mpd-discord-rpc`](https://search.nixos.org/packages?channel=unstable&show=mpd-discord-rpc&from=0&size=50&sort=relevance&type=packages&query=mpd-discord-rpc) package in nixpkgs. Users of home-manager can also use the [`services.mpd-discord-rpc.enable`](https://github.com/nix-community/home-manager/blob/master/modules/services/mpd-discord-rpc.nix) option.
Expand Down

0 comments on commit 4bf1415

Please sign in to comment.