execute service with config
This commit is contained in:
parent
4e2ead93ea
commit
f7e29b172a
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ in
|
||||||
User = cfg.user;
|
User = cfg.user;
|
||||||
Group = cfg.group;
|
Group = cfg.group;
|
||||||
WorkingDirectory = yammat;
|
WorkingDirectory = yammat;
|
||||||
ExecStart = "${yammat}/bin/yammat";
|
ExecStart = "${yammat}/bin/yammat /etc/yammata.yml";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue