Skip to content

Commit

Permalink
ELEC-117 Fixed invalid user/group names in systemd config files
Browse files Browse the repository at this point in the history
  • Loading branch information
mspanc committed Aug 18, 2016
1 parent 7ccd081 commit 8cba658
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs/source/installation-linux.rst
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ in case of failure, please do the following:
Description=RadioKit: PulseAudio

[Service]
User=radiokit-electron
Group=radiokit-electron
User=radiokit
Group=radiokit
WorkingDirectory=/home/radiokit
ExecStart=/opt/radiokit-electron-1.2/bin/pulseaudio -F /etc/radiokit/pulse.pa -n
Environment="LD_LIBRARY_PATH=/opt/radiokit-electron-1.2/lib"
Expand Down Expand Up @@ -130,8 +130,8 @@ in case of failure, please do the following:
After=network.target radiokit-pulseaudio.service

[Service]
User=radiokit-electron
Group=radiokit-electron
User=radiokit
Group=radiokit
WorkingDirectory=/home/radiokit
ExecStart=/opt/radiokit-electron-1.2/bin/radiokit-electron-daemon-1.2
Environment="LD_LIBRARY_PATH=/opt/radiokit-electron-1.2/lib"
Expand All @@ -149,22 +149,22 @@ in case of failure, please do the following:

sudo systemctl daemon-reload

7. Enable service:
7. Enable service for PulseAudio sound server:
::

sudo systemctl enable radiokit-pulseaudio.service

8. Enable service:
8. Enable service for RadioKit Electron itself:
::

sudo systemctl enable radiokit-electron-1.2-daemon.service

9. Start service:
9. Start service for PulseAudio sound server:
::

sudo systemctl start radiokit-pulseaudio.service

10. Start service:
10. Start service for RadioKit Electron itself:
::

sudo systemctl start radiokit-electron-1.2-daemon.service
Expand Down

0 comments on commit 8cba658

Please sign in to comment.