Skip to content

Commit

Permalink
docs/systemd: removed nobody user
Browse files Browse the repository at this point in the history
  • Loading branch information
PolisanTheEasyNick committed Sep 13, 2024
1 parent 9a69c21 commit 3317c11
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ which will copy executable to `${CMAKE_INSTALL_BINDIR}`, which often refers to `

## Configuring
You can configure PiLED by editing config file /etc/piled/piled.conf or by copying him into ~/.config/piled.conf and editing at home dir.
Note that systemd service is running from `nobody` user so it may not find your home directory by $HOME.
Note that systemd service is not running as any user so it may not find your home directory by $HOME.
If you want OpenRGB device changing too, do not forget to define `OPENRGB_SERVER` at config file and run `openrgb_configurator` as described at [OpenRGB](#openrgb) section.

## OpenRGB
Expand Down
2 changes: 0 additions & 2 deletions piled.service
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ After=network.target

[Service]
ExecStart=/usr/local/bin/piled
User=nobody
Group=nobody
StandardOutput=syslog
StandardError=syslog
SyslogIdentifier=piled
Expand Down

0 comments on commit 3317c11

Please sign in to comment.