mirror of
https://github.com/AuxXxilium/eudev.git
synced 2024-12-21 06:03:39 +07:00
service: fix serialization of exec id
This commit is contained in:
parent
55e39f40f7
commit
825636e5a8
@ -1805,7 +1805,7 @@ static int service_serialize(Unit *u, FILE *f, FDSet *fds) {
|
||||
* commands attached here, we will start from the first one
|
||||
* again */
|
||||
if (s->control_command_id >= 0)
|
||||
unit_serialize_item(u, f, "control-command", mount_exec_command_to_string(s->control_command_id));
|
||||
unit_serialize_item(u, f, "control-command", service_exec_command_to_string(s->control_command_id));
|
||||
|
||||
if (s->socket_fd >= 0) {
|
||||
int copy;
|
||||
|
Loading…
Reference in New Issue
Block a user