shack/muellshack: make storage.json writeable

This commit is contained in:
makefu 2019-07-11 18:11:22 +02:00
parent bfff5c1a92
commit 4dad3683f9
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225

View File

@ -32,6 +32,7 @@ in {
ExecStartPre = pkgs.writeDash "call-muell-pre" ''
cp -vf ${pkg}/share/static_muelldata.json ${home}
cp -vn ${pkg}/share/storage.json ${home}
chmod 700 ${home}/storage.json
'';
WorkingDirectory = home;
ExecStart = "${pkg}/bin/muellshack";