diff options
author | Reto Brunner | 2018-12-26 08:52:35 +0100 |
---|---|---|
committer | Reto Brunner | 2018-12-26 09:05:20 +0100 |
commit | 30f9025cf02240e7a744fa4d9048c29aec86037e (patch) | |
tree | ea24a9628a80b6f62d605601e9c2836821d9ce90 /tmpfiles.d | |
parent | c4f5490709d9b025705f7fe346a034431111717f (diff) | |
download | aur-30f9025cf02240e7a744fa4d9048c29aec86037e.tar.gz |
Revert split config/data dirs
And address the other review comments
Diffstat (limited to 'tmpfiles.d')
-rw-r--r-- | tmpfiles.d | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tmpfiles.d b/tmpfiles.d index 061f13dc2e4..39bab2147da 100644 --- a/tmpfiles.d +++ b/tmpfiles.d @@ -3,6 +3,3 @@ 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 -d /var/lib/thelounge 0755 thelounge thelounge -L /var/lib/thelounge/users - thelounge thelounge - /etc/thelounge/users -L /var/lib/thelounge/config.js - thelounge thelounge - /etc/thelounge/config.js |