File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -1078,7 +1078,10 @@ in
1078
1078
After = [ "network-online.target" "network.target" ] ;
1079
1079
Wants = [ "network-online.target" ] ;
1080
1080
} ;
1081
- Install = { WantedBy = [ "default.target" ] ; } ;
1081
+ Install = {
1082
+ WantedBy = [ "default.target" ] ;
1083
+ DefaultInstance = "default" ;
1084
+ } ;
1082
1085
Service = let commonArgs = "-sshargs='-i %h/.ssh/id_ed25519_unison'" ; in
1083
1086
{
1084
1087
# watch and repeat parameter can't handle non-existent folders.
@@ -1107,7 +1110,10 @@ in
1107
1110
After = [ "network-online.target" "network.target" ] ;
1108
1111
Wants = [ "network-online.target" ] ;
1109
1112
} ;
1110
- Install = { WantedBy = [ "default.target" ] ; } ;
1113
+ Install = {
1114
+ WantedBy = [ "default.target" ] ;
1115
+ DefaultInstance = "dev" ;
1116
+ } ;
1111
1117
Service =
1112
1118
{
1113
1119
# It is ok to pass a non-existent key file. Ssh will warn us, but won't panic.
You can’t perform that action at this time.
0 commit comments