execute service with config

This commit is contained in:
Nek0 - 2021-03-07 19:46:36 +01:00
parent 4e2ead93ea
commit f7e29b172a
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ in
User = cfg.user;
Group = cfg.group;
WorkingDirectory = yammat;
ExecStart = "${yammat}/bin/yammat";
ExecStart = "${yammat}/bin/yammat /etc/yammata.yml";
};
};