ensure local webapp user services disabled by default
This commit is contained in:
parent
4ae5e113fe
commit
8d6ad2d9d2
1 changed files with 4 additions and 1 deletions
|
@ -24,7 +24,10 @@
|
|||
make-systemd = cfg:
|
||||
mapAttrs (
|
||||
name: cfg: {
|
||||
Unit.Description = "${cfg.name} Backend";
|
||||
Unit = {
|
||||
Description = "${cfg.name} Backend";
|
||||
WantedBy = [];
|
||||
};
|
||||
Service = cfg.service;
|
||||
}
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue