summaryrefslogtreecommitdiff
path: root/community/catalyst-utils/atieventsd.service
diff options
context:
space:
mode:
Diffstat (limited to 'community/catalyst-utils/atieventsd.service')
-rw-r--r--community/catalyst-utils/atieventsd.service10
1 files changed, 10 insertions, 0 deletions
diff --git a/community/catalyst-utils/atieventsd.service b/community/catalyst-utils/atieventsd.service
new file mode 100644
index 000000000..90af165bd
--- /dev/null
+++ b/community/catalyst-utils/atieventsd.service
@@ -0,0 +1,10 @@
+[Unit]
+Description=Catalyst event Daemon
+Requires=acpid.socket
+
+[Service]
+ExecStart=/usr/sbin/atieventsd --nodaemon
+
+[Install]
+WantedBy=multi-user.target
+