Manually define PATH for Arch Linux users in systemd unit #333

Merged
floatingghost merged 1 commit from :arch-perl-modules into develop 2022-12-03 22:24:34 +00:00
Showing only changes of commit 04b5c711be - Show all commits

View file

@ -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.