diff options
author | Maxime Poulin | 2019-01-27 22:59:29 -0500 |
---|---|---|
committer | GitHub | 2019-01-27 22:59:29 -0500 |
commit | 2ede2652216938af25ab5103719866048ae2bb91 (patch) | |
tree | 77d1c71337ebc175cd7d5f7488d9f2cfd2328fa9 /tmpfiles.d | |
parent | 52b1d519f8afd84aa8e9dfc8214b737013b0a231 (diff) | |
parent | 15df7cb810d9d58c32aaefcb47f64feba1b55892 (diff) | |
download | aur-2ede2652216938af25ab5103719866048ae2bb91.tar.gz |
Merge pull request #9 from brunnre8/master
Remove install file and harden sytemd unit a bit
Diffstat (limited to 'tmpfiles.d')
-rw-r--r-- | tmpfiles.d | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tmpfiles.d b/tmpfiles.d new file mode 100644 index 00000000000..39bab2147da --- /dev/null +++ b/tmpfiles.d @@ -0,0 +1,5 @@ +#Type Path Mode UID GID Age Argument +d /etc/thelounge 0755 thelounge thelounge +d /etc/thelounge/users 0755 thelounge thelounge +z "/etc/thelounge/users/*" 0640 thelounge thelounge +z /etc/thelounge/config.js - thelounge thelounge |