tinc: drop unused path definition

This commit is contained in:
tv 2022-03-06 11:35:44 +01:00
parent 4fa1783c64
commit f6cba3d856

View File

@ -238,10 +238,6 @@ with import <stockholm/lib>;
description = "Tinc daemon for ${netname}";
after = [ "network.target" ];
wantedBy = [ "multi-user.target" ];
path = [
cfg.iproutePackage
cfg.tincPackage
];
# Restart the service in a single step in order to prevent potential
# connection timeouts and subsequent issues while deploying via tinc.
stopIfChanged = false;