fix typo
This commit is contained in:
@@ -86,7 +86,7 @@
|
|||||||
ExecStart = (pkgs.writeScript "start-zineshop" ''
|
ExecStart = (pkgs.writeScript "start-zineshop" ''
|
||||||
#! ${pkgs.bash}/bin/bash
|
#! ${pkgs.bash}/bin/bash
|
||||||
PATH="$PATH:${lib.makeBinPath [ pkgs.poppler_utils ]}";
|
PATH="$PATH:${lib.makeBinPath [ pkgs.poppler_utils ]}";
|
||||||
"${zineshop-pkg}/bin/zineshop"
|
${zineshop-pkg}/bin/zineshop
|
||||||
'');
|
'');
|
||||||
Restart = "on-failure";
|
Restart = "on-failure";
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user