Skip to content

Commit

Permalink
Correct setting the PATH in the environment.
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyandrewmeyer authored Jun 12, 2021
1 parent 2d6ed41 commit 53aceee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/pyzord.service
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Description=pyzord-daemon
[Service]
Type=simple
WorkingDirectory=/run/pyzor
Environment=/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
Environment=PATH=/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
ExecCondition=test -x /home/pyzor/env/bin/pyzord
PIDFile=/home/pyzor/.pyzor/pyzord.pid
User=pyzor
Expand Down

0 comments on commit 53aceee

Please sign in to comment.