Skip to content
This repository has been archived by the owner on Jun 17, 2020. It is now read-only.

Commit

Permalink
Update mumble.service
Browse files Browse the repository at this point in the history
  • Loading branch information
CustomMachines committed Mar 5, 2018
1 parent 3e69c0f commit 65c8edb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions conf/systemd/mumble.service
@@ -1,14 +1,14 @@
[Unit]
Description = Mumble Client
Description = Mumble Client
Requires = systemd-user-sessions.service network.target sound.target
After = multi-user.target

[Service]
User = mumble
Group = mumble
Type = simple
ExecStart = /home/mumble/bin/talkiepi
Restart = always
User = pi
Group = pi
Type = simple
ExecStart = /home/pi/go/bin/talkiepi -server YOUR_SERVER:PORT -username YOUR_USERNAME -certificate /home/pi/mumble.pem -channel Root
Restart = always
RestartSec = 5

[Install]
Expand Down

0 comments on commit 65c8edb

Please sign in to comment.