mirror of
https://github.com/ryantm/agenix.git
synced 2024-11-25 11:08:30 +03:00
clearer comment
Co-authored-by: Winter <78392041+winterqt@users.noreply.github.com>
This commit is contained in:
parent
957c7c0918
commit
20ed4c9917
1 changed files with 1 additions and 1 deletions
|
@ -240,7 +240,7 @@ in
|
||||||
RemainAfterExit = true;
|
RemainAfterExit = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
script = " "; # it complains if we only set ExecReload
|
script = " "; # systemd complains if we only set ExecReload
|
||||||
|
|
||||||
# Give it a reason for starting
|
# Give it a reason for starting
|
||||||
wantedBy = [ "multi-user.target" ];
|
wantedBy = [ "multi-user.target" ];
|
||||||
|
|
Loading…
Reference in a new issue