m 3 taskserver: make dirs accessible again
otherwise taskserver will not boot up
This commit is contained in:
parent
e971a641bd
commit
783ddcf483
@ -41,8 +41,8 @@ let
|
|||||||
Type = "simple";
|
Type = "simple";
|
||||||
ExecStart = "${cfg.package}/bin/taskd server --data ${cfg.workingDir}";
|
ExecStart = "${cfg.package}/bin/taskd server --data ${cfg.workingDir}";
|
||||||
WorkingDirectory = cfg.workingDir;
|
WorkingDirectory = cfg.workingDir;
|
||||||
PrivateTmp = true;
|
# PrivateTmp = true;
|
||||||
InaccessibleDirectories = "/home /boot /opt /mnt /media";
|
# InaccessibleDirectories = "/home /boot /opt /mnt /media";
|
||||||
User = "taskd";
|
User = "taskd";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user