mirror of
https://github.com/systemd/systemd.git
synced 2024-11-06 08:26:52 +03:00
service: use uppercase SYSV prefix to make it easier to recognize
This commit is contained in:
parent
85211309f0
commit
e527618da5
@ -835,7 +835,7 @@ static int service_load_sysv_path(Service *s, const char *path) {
|
||||
if (description) {
|
||||
char *d;
|
||||
|
||||
if (!(d = strappend(s->sysv_has_lsb ? "LSB: " : "SysV: ", description))) {
|
||||
if (!(d = strappend(s->sysv_has_lsb ? "LSB: " : "SYSV: ", description))) {
|
||||
r = -ENOMEM;
|
||||
goto finish;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user