m 3 taskserver: make dirs accessible again

otherwise taskserver will not boot up
This commit is contained in:
makefu 2017-05-12 11:34:21 +02:00
parent e971a641bd
commit 783ddcf483
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225

View File

@ -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";
}; };
}; };