clearer comment

Co-authored-by: Winter <78392041+winterqt@users.noreply.github.com>
This commit is contained in:
Taeer Bar-Yam 2022-01-13 09:57:27 -05:00 committed by Taeer Bar-Yam
parent 76d9127f92
commit 0b898d9991

View file

@ -254,7 +254,7 @@ in
RemainAfterExit = true;
};
script = " "; # it complains if we only set ExecReload
script = " "; # systemd complains if we only set ExecReload
# Give it a reason for starting
wantedBy = [ "multi-user.target" ];