diff options
author | root <root@rshg054.dnsready.net> | 2012-09-24 00:22:59 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-09-24 00:22:59 -0700 |
commit | 8f0a971364bf8fee254a13a94adf2bfa9173e804 (patch) | |
tree | 8b25f3fa8cb2e7b6b61d26a667d5f6e3ad967b70 /community-testing/catalyst-utils/atieventsd.service | |
parent | a7f8166c8968d3414378051d28dcfcc3e377837b (diff) |
Mon Sep 24 00:22:58 PDT 2012
Diffstat (limited to 'community-testing/catalyst-utils/atieventsd.service')
-rw-r--r-- | community-testing/catalyst-utils/atieventsd.service | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/community-testing/catalyst-utils/atieventsd.service b/community-testing/catalyst-utils/atieventsd.service new file mode 100644 index 000000000..14dd7e210 --- /dev/null +++ b/community-testing/catalyst-utils/atieventsd.service @@ -0,0 +1,9 @@ +[Unit] +Description=Catalyst event Daemon + +[Service] +ExecStart=/usr/sbin/atieventsd --nodaemon + +[Install] +WantedBy=multi-user.target + |