shack/muellshack: make storage.json writeable
This commit is contained in:
parent
bfff5c1a92
commit
4dad3683f9
|
@ -32,6 +32,7 @@ in {
|
||||||
ExecStartPre = pkgs.writeDash "call-muell-pre" ''
|
ExecStartPre = pkgs.writeDash "call-muell-pre" ''
|
||||||
cp -vf ${pkg}/share/static_muelldata.json ${home}
|
cp -vf ${pkg}/share/static_muelldata.json ${home}
|
||||||
cp -vn ${pkg}/share/storage.json ${home}
|
cp -vn ${pkg}/share/storage.json ${home}
|
||||||
|
chmod 700 ${home}/storage.json
|
||||||
'';
|
'';
|
||||||
WorkingDirectory = home;
|
WorkingDirectory = home;
|
||||||
ExecStart = "${pkg}/bin/muellshack";
|
ExecStart = "${pkg}/bin/muellshack";
|
||||||
|
|
Loading…
Reference in a new issue