From f173a9c577873660fff3258a352736767576f255 Mon Sep 17 00:00:00 2001 From: Lauren Perry Date: Wed, 10 Dec 2014 11:32:42 +0000 Subject: Add systemd styled timers to automate Firehose checking process --- firehose.service | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 firehose.service (limited to 'firehose.service') diff --git a/firehose.service b/firehose.service new file mode 100644 index 0000000..274127d --- /dev/null +++ b/firehose.service @@ -0,0 +1,10 @@ +[Unit] +Description=Firehose + +[Service] +Type=simple +User=firehose +ExecStart=/usr/bin/firehose.sh /home/firehose/firehose/examples/linux-master.yaml + +[Install] +WantedBy=multi-user.target -- cgit v1.2.1