Skip to content

Commit

Permalink
Add autostart policy for these 17 services of the openbmc repo.
Browse files Browse the repository at this point in the history
Rebase on Mar 9.

Signed-off-by: Nan Li bjlinan@cn.ibm.com
  • Loading branch information
williamli80 committed Mar 11, 2016
1 parent 1b69d4b commit d2150b5
Show file tree
Hide file tree
Showing 17 changed files with 17 additions and 1 deletion.
Expand Up @@ -2,6 +2,7 @@
Description=Phosphor OpenBMC DBus service management daemon

[Service]
Restart=always
Type=dbus
ExecStart=/usr/sbin/phosphor-mapper
BusName=org.openbmc.objectmapper
Expand Down
Expand Up @@ -4,6 +4,7 @@ Requires=obmc-mapper.service
After=obmc-mapper.service

[Service]
Restart=always
ExecStart=/usr/sbin/obmc-rest

[Install]
Expand Down
Expand Up @@ -2,6 +2,7 @@
Description=Phosphor OpenBMC BT to DBUS

[Service]
Restart=always
ExecStart=/usr/sbin/btbridged

[Install]
Expand Down
Expand Up @@ -2,6 +2,7 @@
Description=Phosphor OpenBMC BT to DBUS

[Service]
Restart=always
ExecStart=/usr/sbin/host-ipmi-bt

[Install]
Expand Down
Expand Up @@ -2,6 +2,7 @@
Description=Phosphor OpenBMC host IPMI to DBUS example implementation

[Service]
Restart=always
ExecStart=/usr/sbin/host-ipmi-hw

[Install]
Expand Down
Expand Up @@ -4,6 +4,7 @@ Wants=clear-once.service
After=clear-once.service

[Service]
Restart=always
ExecStart=/usr/sbin/ipmid

[Install]
Expand Down
Expand Up @@ -2,6 +2,7 @@
Description=Phosphor OpenBMC chassis management daemon

[Service]
Restart=always
ExecStart=/usr/sbin/obmc-phosphor-chassisd

[Install]
Expand Down
Expand Up @@ -2,6 +2,7 @@
Description=Phosphor OpenBMC event management daemon

[Service]
Restart=always
ExecStart=/usr/sbin/obmc-phosphor-eventd

[Install]
Expand Down
Expand Up @@ -2,6 +2,7 @@
Description=Phosphor OpenBMC QEMU application example

[Service]
Restart=always
ExecStart=/usr/sbin/obmc-phosphor-example-pydbus

[Install]
Expand Down
Expand Up @@ -2,6 +2,7 @@
Description=Phosphor OpenBMC QEMU application example

[Service]
Restart=always
ExecStart=/usr/sbin/obmc-phosphor-example-sdbus

[Install]
Expand Down
Expand Up @@ -2,6 +2,7 @@
Description=Phosphor OpenBMC fan management daemon

[Service]
Restart=always
ExecStart=/usr/sbin/obmc-phosphor-fand

[Install]
Expand Down
Expand Up @@ -2,6 +2,7 @@
Description=Phosphor OpenBMC flash management daemon

[Service]
Restart=always
ExecStart=/usr/sbin/obmc-phosphor-flashd

[Install]
Expand Down
Expand Up @@ -2,6 +2,7 @@
Description=Phosphor OpenBMC policy management daemon

[Service]
Restart=always
ExecStart=/usr/sbin/obmc-phosphor-policyd

[Install]
Expand Down
Expand Up @@ -2,6 +2,7 @@
Description=Phosphor OpenBMC sensor management daemon

[Service]
Restart=always
ExecStart=/usr/sbin/obmc-phosphor-sensord

[Install]
Expand Down
Expand Up @@ -2,6 +2,7 @@
Description=Phosphor OpenBMC system management daemon

[Service]
Restart=always
ExecStart=/usr/sbin/obmc-phosphor-sysd

[Install]
Expand Down
Expand Up @@ -2,6 +2,7 @@
Description=DBUS introspecting REST server.

[Service]
Restart=always
ExecStart=/usr/sbin/rest-dbus

[Install]
Expand Down
Expand Up @@ -2,7 +2,7 @@
Description=Temp placeholder for skeleton function

[Service]
Restart=always
ExecStart=/usr/sbin/system_manager.py Palmetto

[Install]
WantedBy=multi-user.target

0 comments on commit d2150b5

Please sign in to comment.