fixing syncthing
This commit is contained in:
parent
875620e809
commit
dd75b61992
3 changed files with 20 additions and 14 deletions
nixos/modules/system
|
@ -78,8 +78,8 @@ in
|
|||
find "$ROOT_PATH" -type f -exec chmod "$FILE_MODE" {} +
|
||||
'';
|
||||
PrivateTmp = true;
|
||||
Restart = "always";
|
||||
RestartSec = 10;
|
||||
#Restart = "always";
|
||||
#RestartSec = 10;
|
||||
UMask = umask;
|
||||
};
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue