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 GitHub
parent 957c7c0918
commit 20ed4c9917
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -240,7 +240,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" ];