tinc: allow initialization to fail fast
This commit is contained in:
parent
7f4aef1ffb
commit
54f5cca6a5
@ -250,6 +250,7 @@ with import <stockholm/lib>;
|
||||
"rsa_key.priv:${cfg.privkey}"
|
||||
];
|
||||
ExecStartPre = pkgs.writers.writeDash "init-tinc-${netname}" ''
|
||||
set -efu
|
||||
${pkgs.coreutils}/bin/mkdir -p /etc/tinc
|
||||
${pkgs.rsync}/bin/rsync -Lacv --delete \
|
||||
--chown ${cfg.user.name} \
|
||||
|
Loading…
Reference in New Issue
Block a user