Add consistency to service files

This commit is contained in:
Felix Van der Jeugt 2019-10-29 19:40:41 +01:00
parent b2072e7189
commit d72155cd86
No known key found for this signature in database
GPG key ID: 58B209295023754D
3 changed files with 9 additions and 9 deletions

View file

@ -1,5 +1,5 @@
#!/bin/sh
exec env \
exec env \
HOME="${HOME:-/home/noctua}" \
XDG_CONFIG_HOME="${XDG_CONFIG_HOME:-/home/noctua/.config}" \
LC_ALL="en_US.utf-8" \