From a6f07cbb0e5f20d1033502e3e5b86fe0213e7a5a Mon Sep 17 00:00:00 2001 From: Henry de Valence Date: Fri, 7 Mar 2014 02:16:06 -0500 Subject: Add systemd .service file for redshift Add a systemd user .service file to allow users to run redshift as a daemon using systemd. Also adds a new configure option, `--with-systemduserunitdir`, which gives the install path. If set to `no`, systemd support is disabled. If not set, we use `pkg-config` to find the path. --- data/systemd/redshift.service.in | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 data/systemd/redshift.service.in (limited to 'data') diff --git a/data/systemd/redshift.service.in b/data/systemd/redshift.service.in new file mode 100644 index 0000000..bc51514 --- /dev/null +++ b/data/systemd/redshift.service.in @@ -0,0 +1,11 @@ +[Unit] +Description=Redshift display colour temperature adjustment +Documentation=http://jonls.dk/redshift/ +After=display-manager.service + +[Service] +ExecStart=@bindir@/redshift +Restart=always + +[Install] +WantedBy=default.target -- cgit v1.2.3-70-g09d2