fix: will now restart if any of the env files are updated

This commit is contained in:
silver 2023-10-24 17:44:47 +01:00
parent b0028959ff
commit 4125ad634f

View file

@ -180,6 +180,11 @@
"${cfg.env.mail}"
];
};
restartTriggers = [
"${cfg.env.ldap}"
"${cfg.env.discord}"
"${cfg.env.mail}"
];
};
} // serviceGenerator scripts;