summarylogtreecommitdiffstats
path: root/catalyst-hook.service
diff options
context:
space:
mode:
authorVi0L02015-06-08 20:49:00 +0200
committerVi0L02015-06-08 20:49:00 +0200
commitf21a19f33a6159ee32a78f674490f08bcbb4d76a (patch)
tree7b87b0bd995f33843b8c4ce1c08c5e650bd52b3d /catalyst-hook.service
downloadaur-f21a19f33a6159ee32a78f674490f08bcbb4d76a.tar.gz
Initial import
Diffstat (limited to 'catalyst-hook.service')
-rw-r--r--catalyst-hook.service14
1 files changed, 14 insertions, 0 deletions
diff --git a/catalyst-hook.service b/catalyst-hook.service
new file mode 100644
index 000000000000..10292498a235
--- /dev/null
+++ b/catalyst-hook.service
@@ -0,0 +1,14 @@
+[Unit]
+Description=Catalyst's fglrx kernel' module builder
+Before=umount.target
+
+[Service]
+SysVStartPriority=90
+Type=oneshot
+RemainAfterExit=yes
+ExecStart=/bin/true
+ExecStop=/usr/bin/catalyst_build_module check
+KillMode=none
+
+[Install]
+WantedBy=multi-user.target \ No newline at end of file