summarylogtreecommitdiffstats
path: root/hpasrd.service
diff options
context:
space:
mode:
authorMassimiliano Torromeo2015-06-09 11:04:12 +0200
committerMassimiliano Torromeo2015-06-09 11:04:12 +0200
commit3546ffc7cd17feb4c1bdaca50ff385d01182026f (patch)
treea509af3658c5380184738c4f0c2587467403a83e /hpasrd.service
downloadaur-3546ffc7cd17feb4c1bdaca50ff385d01182026f.tar.gz
Initial commit
Diffstat (limited to 'hpasrd.service')
-rw-r--r--hpasrd.service13
1 files changed, 13 insertions, 0 deletions
diff --git a/hpasrd.service b/hpasrd.service
new file mode 100644
index 000000000000..4baa4a307d96
--- /dev/null
+++ b/hpasrd.service
@@ -0,0 +1,13 @@
+[Unit]
+Description=HP Advanced Server Recovery Daemon
+Requires=hpasmd.service
+After=hpasmd.service
+
+[Service]
+Type=forking
+ExecStart=/opt/hp/hp-health/bin/hp-asrd
+Restart=on-abort
+
+
+[Install]
+WantedBy=multi-user.target