diff options
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 + |