mirror of
https://github.com/Limnoria/Limnoria-doc.git
synced 2025-04-06 15:29:50 +00:00
use/botchk: Don't override the PATH, that's useless.
This commit is contained in:
@ -26,7 +26,8 @@ following content replacing things were suitable::
|
|||||||
After=network.target
|
After=network.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Environment="PATH=/usr/local/bin:/usr/local/sbin:/usr/local/games:/usr/bin:/usr/sbin:/usr/games:/bin:/sbin:/bin:/opt/local/bin:/opt/local/sbin:/opt/local/games TZ=UTC"
|
Environment="PATH=/usr/local/bin:/usr/local/sbin:/usr/local/games:/usr/bin:/usr/sbin:/usr/games:/bin:/sbin:/bin:/opt/local/bin:/opt/local/sbin:/opt/local/games"
|
||||||
|
Environment="TZ=UTC"
|
||||||
Type=simple
|
Type=simple
|
||||||
ExecStart=/usr/local/bin/supybot /home/bot/botname/botname.conf
|
ExecStart=/usr/local/bin/supybot /home/bot/botname/botname.conf
|
||||||
ExecReload=/bin/kill -HUP $MAINPID
|
ExecReload=/bin/kill -HUP $MAINPID
|
||||||
|
Reference in New Issue
Block a user