Skip to content

Commit

Permalink
Added Upstart job.
Browse files Browse the repository at this point in the history
  • Loading branch information
CameronNemo committed Apr 1, 2014
1 parent cf9f525 commit 3be2549
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions scripts/service/upstart/ulatencyd.conf
@@ -0,0 +1,10 @@
description "ulatencyd - Latency reducing daemon for Linux"
author "Cameron Norman <camerontnorman@gmail.com>"

start on started dbus
stop on stopping dbus

expect fork
respawn

exec ulatencyd --daemonize

0 comments on commit 3be2549

Please sign in to comment.