m 3 taskserver: make dirs accessible again
otherwise taskserver will not boot up
This commit is contained in:
parent
0a8857cd65
commit
1a88de7066
|
@ -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 a new issue