From: floatingghost Date: Sat, 3 Dec 2022 22:24:34 +0000 (+0000) Subject: Merge pull request 'Manually define PATH for Arch Linux users in systemd unit' (... X-Git-Url: http://git.squeep.com/?a=commitdiff_plain;h=0c2c057c75e21ec411599016b705801f98565cf8;hp=1409f91d504f9fd891044b30c8c3082565f0a8d5;p=akkoma Merge pull request 'Manually define PATH for Arch Linux users in systemd unit' (#333) from r3g_5z/akkoma:arch-perl-modules into develop Reviewed-on: https://akkoma.dev/AkkomaGang/akkoma/pulls/333 --- diff --git a/installation/akkoma.service b/installation/akkoma.service index caddf7c4b..2b2e3d568 100644 --- a/installation/akkoma.service +++ b/installation/akkoma.service @@ -7,6 +7,9 @@ ExecReload=/bin/kill $MAINPID KillMode=process Restart=on-failure +; Uncomment this if you're on Arch Linux +; Evironment="PATH=/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" + ; Name of the user that runs the Akkoma service. User=akkoma ; Declares that Akkoma runs in production mode.