mirror of
https://github.com/OpenNebula/one.git
synced 2024-12-22 13:33:52 +03:00
F #1149: add systemd units SyslogIdentifier
This commit is contained in:
parent
517de72f80
commit
654990e0ea
@ -16,6 +16,7 @@ StartLimitInterval=60
|
||||
StartLimitBurst=3
|
||||
Restart=on-failure
|
||||
RestartSec=5
|
||||
SyslogIdentifier=opennebula-fireedge
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
@ -14,6 +14,7 @@ StartLimitInterval=60
|
||||
StartLimitBurst=3
|
||||
Restart=on-failure
|
||||
RestartSec=5
|
||||
SyslogIdentifier=opennebula-flow
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
@ -14,6 +14,7 @@ StartLimitInterval=60
|
||||
StartLimitBurst=3
|
||||
Restart=on-failure
|
||||
RestartSec=5
|
||||
SyslogIdentifier=opennebula-gate
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
@ -12,6 +12,7 @@ StartLimitBurst=3
|
||||
Restart=on-failure
|
||||
User=oneadmin
|
||||
Group=oneadmin
|
||||
SyslogIdentifier=opennebula-guacd
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
@ -14,6 +14,7 @@ StartLimitInterval=60
|
||||
StartLimitBurst=3
|
||||
Restart=on-failure
|
||||
RestartSec=5
|
||||
SyslogIdentifier=opennebula-hem
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
@ -13,6 +13,7 @@ StartLimitInterval=60
|
||||
StartLimitBurst=3
|
||||
Restart=on-failure
|
||||
RestartSec=5
|
||||
SyslogIdentifier=opennebula-novnc
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
@ -14,6 +14,7 @@ StartLimitInterval=60
|
||||
StartLimitBurst=3
|
||||
Restart=on-failure
|
||||
RestartSec=5
|
||||
SyslogIdentifier=opennebula-scheduler
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
@ -6,3 +6,4 @@ Group=oneadmin
|
||||
User=oneadmin
|
||||
Type=oneshot
|
||||
ExecStart=/usr/bin/oneshowback calculate
|
||||
SyslogIdentifier=opennebula-showback
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -33,6 +33,7 @@ StartLimitInterval=60
|
||||
StartLimitBurst=3
|
||||
Restart=on-failure
|
||||
RestartSec=5
|
||||
SyslogIdentifier=opennebula-sunstone
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
@ -22,6 +22,7 @@ StartLimitInterval=60
|
||||
StartLimitBurst=3
|
||||
Restart=on-failure
|
||||
RestartSec=5
|
||||
SyslogIdentifier=opennebula
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
Loading…
Reference in New Issue
Block a user