diff --git a/share/pkgs/services/systemd/opennebula-fireedge.service b/share/pkgs/services/systemd/opennebula-fireedge.service index b804ce02a5..627789c384 100644 --- a/share/pkgs/services/systemd/opennebula-fireedge.service +++ b/share/pkgs/services/systemd/opennebula-fireedge.service @@ -16,6 +16,7 @@ StartLimitInterval=60 StartLimitBurst=3 Restart=on-failure RestartSec=5 +SyslogIdentifier=opennebula-fireedge [Install] WantedBy=multi-user.target diff --git a/share/pkgs/services/systemd/opennebula-flow.service b/share/pkgs/services/systemd/opennebula-flow.service index 7e5a55e536..a1f26cb242 100644 --- a/share/pkgs/services/systemd/opennebula-flow.service +++ b/share/pkgs/services/systemd/opennebula-flow.service @@ -14,6 +14,7 @@ StartLimitInterval=60 StartLimitBurst=3 Restart=on-failure RestartSec=5 +SyslogIdentifier=opennebula-flow [Install] WantedBy=multi-user.target diff --git a/share/pkgs/services/systemd/opennebula-gate.service b/share/pkgs/services/systemd/opennebula-gate.service index 3d22f88633..4a37592bec 100644 --- a/share/pkgs/services/systemd/opennebula-gate.service +++ b/share/pkgs/services/systemd/opennebula-gate.service @@ -14,6 +14,7 @@ StartLimitInterval=60 StartLimitBurst=3 Restart=on-failure RestartSec=5 +SyslogIdentifier=opennebula-gate [Install] WantedBy=multi-user.target diff --git a/share/pkgs/services/systemd/opennebula-guacd.service b/share/pkgs/services/systemd/opennebula-guacd.service index 4a9bf03102..55e97eeaa9 100644 --- a/share/pkgs/services/systemd/opennebula-guacd.service +++ b/share/pkgs/services/systemd/opennebula-guacd.service @@ -12,6 +12,7 @@ StartLimitBurst=3 Restart=on-failure User=oneadmin Group=oneadmin +SyslogIdentifier=opennebula-guacd [Install] WantedBy=multi-user.target diff --git a/share/pkgs/services/systemd/opennebula-hem.service b/share/pkgs/services/systemd/opennebula-hem.service index e172ce2fbb..9762ba4263 100644 --- a/share/pkgs/services/systemd/opennebula-hem.service +++ b/share/pkgs/services/systemd/opennebula-hem.service @@ -14,6 +14,7 @@ StartLimitInterval=60 StartLimitBurst=3 Restart=on-failure RestartSec=5 +SyslogIdentifier=opennebula-hem [Install] WantedBy=multi-user.target diff --git a/share/pkgs/services/systemd/opennebula-novnc.service b/share/pkgs/services/systemd/opennebula-novnc.service index 8d99a5f325..e738627ea8 100644 --- a/share/pkgs/services/systemd/opennebula-novnc.service +++ b/share/pkgs/services/systemd/opennebula-novnc.service @@ -13,6 +13,7 @@ StartLimitInterval=60 StartLimitBurst=3 Restart=on-failure RestartSec=5 +SyslogIdentifier=opennebula-novnc [Install] WantedBy=multi-user.target diff --git a/share/pkgs/services/systemd/opennebula-scheduler.service b/share/pkgs/services/systemd/opennebula-scheduler.service index e3437a0bd0..83e723ff72 100644 --- a/share/pkgs/services/systemd/opennebula-scheduler.service +++ b/share/pkgs/services/systemd/opennebula-scheduler.service @@ -14,6 +14,7 @@ StartLimitInterval=60 StartLimitBurst=3 Restart=on-failure RestartSec=5 +SyslogIdentifier=opennebula-scheduler [Install] WantedBy=multi-user.target diff --git a/share/pkgs/services/systemd/opennebula-showback.service b/share/pkgs/services/systemd/opennebula-showback.service index 2a6268f56e..eecc0be7a4 100644 --- a/share/pkgs/services/systemd/opennebula-showback.service +++ b/share/pkgs/services/systemd/opennebula-showback.service @@ -6,3 +6,4 @@ Group=oneadmin User=oneadmin Type=oneshot ExecStart=/usr/bin/oneshowback calculate +SyslogIdentifier=opennebula-showback diff --git a/share/pkgs/services/systemd/opennebula-ssh-agent.service b/share/pkgs/services/systemd/opennebula-ssh-agent.service index f301f6a60a..1b20bd8eb5 100644 --- a/share/pkgs/services/systemd/opennebula-ssh-agent.service +++ b/share/pkgs/services/systemd/opennebula-ssh-agent.service @@ -19,6 +19,7 @@ Restart=on-failure # without this following directive the "systemctl stop" would fail and cleanup # (ExecStopPost) would not be triggered... SuccessExitStatus=2 +SyslogIdentifier=opennebula-ssh-agent [Install] WantedBy=default.target diff --git a/share/pkgs/services/systemd/opennebula-ssh-socks-cleaner.service b/share/pkgs/services/systemd/opennebula-ssh-socks-cleaner.service index 8f47895e26..4412d0c540 100644 --- a/share/pkgs/services/systemd/opennebula-ssh-socks-cleaner.service +++ b/share/pkgs/services/systemd/opennebula-ssh-socks-cleaner.service @@ -7,3 +7,4 @@ Group=oneadmin User=oneadmin Type=oneshot ExecStart=/bin/sh -c '/usr/lib/one/sh/ssh-socks-cleaner' +SyslogIdentifier=opennebula-ssh-socks-cleaner diff --git a/share/pkgs/services/systemd/opennebula-sunstone.service b/share/pkgs/services/systemd/opennebula-sunstone.service index b30704534c..ff7c710279 100644 --- a/share/pkgs/services/systemd/opennebula-sunstone.service +++ b/share/pkgs/services/systemd/opennebula-sunstone.service @@ -33,6 +33,7 @@ StartLimitInterval=60 StartLimitBurst=3 Restart=on-failure RestartSec=5 +SyslogIdentifier=opennebula-sunstone [Install] WantedBy=multi-user.target diff --git a/share/pkgs/services/systemd/opennebula.service b/share/pkgs/services/systemd/opennebula.service index ecabd86bd1..e58c1223da 100644 --- a/share/pkgs/services/systemd/opennebula.service +++ b/share/pkgs/services/systemd/opennebula.service @@ -22,6 +22,7 @@ StartLimitInterval=60 StartLimitBurst=3 Restart=on-failure RestartSec=5 +SyslogIdentifier=opennebula [Install] WantedBy=multi-user.target