modules/yarr: remove unused systemd thing

This commit is contained in:
Aaron Bieber 2022-10-11 19:20:07 -06:00
parent 05b0b9e3ad
commit 7127ae20ef
No known key found for this signature in database

View File

@ -91,8 +91,6 @@ in {
User = cfg.user;
Group = cfg.group;
RuntimeDirectory = "${cfg.directory}";
ExecStart = ''
${cfg.package}/bin/yarr -addr ${cfg.address}:${toString cfg.port} -db ${cfg.dbPath} -auth-file ${cfg.authFilePath}'';
};