From 57e5f704bb05148efb74a61cc9bbd9e177e5cb8b Mon Sep 17 00:00:00 2001 From: Teemu Toivola Date: Tue, 12 Aug 2014 23:07:53 +0300 Subject: [PATCH] align upstart job description with systemd example, update CHANGES --- CHANGES | 1 + examples/upstart/vnstat.conf | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index a7e8d1b..af69d81 100644 --- a/CHANGES +++ b/CHANGES @@ -21,6 +21,7 @@ - Use ISO YYYY-MM-DD date format timestamps if logfile is used - Improve daemon startup prints - Add parameters for changing daemon process user and group + - Add example upstart job configuration file (thanks to Cameron Norman) 1.11 / 1-Jun-11 diff --git a/examples/upstart/vnstat.conf b/examples/upstart/vnstat.conf index fbf80f6..50f7e11 100644 --- a/examples/upstart/vnstat.conf +++ b/examples/upstart/vnstat.conf @@ -1,4 +1,4 @@ -description "vnstat - network traffic monitor" +description "vnStat network traffic monitor" start on runlevel [2345] stop on runlevel [016] or deconfiguring-networking or unmounting-filesystem -- 2.40.0