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";
|
||||
ExecStart = "${cfg.package}/bin/taskd server --data ${cfg.workingDir}";
|
||||
WorkingDirectory = cfg.workingDir;
|
||||
PrivateTmp = true;
|
||||
InaccessibleDirectories = "/home /boot /opt /mnt /media";
|
||||
# PrivateTmp = true;
|
||||
# InaccessibleDirectories = "/home /boot /opt /mnt /media";
|
||||
User = "taskd";
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user