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