summarylogtreecommitdiffstats
path: root/xfluxd-args.service
diff options
context:
space:
mode:
Diffstat (limited to 'xfluxd-args.service')
-rw-r--r--xfluxd-args.service11
1 files changed, 11 insertions, 0 deletions
diff --git a/xfluxd-args.service b/xfluxd-args.service
new file mode 100644
index 000000000000..d13dc31b5c85
--- /dev/null
+++ b/xfluxd-args.service
@@ -0,0 +1,11 @@
+[Unit]
+Description=Daemon for xflux that allows for any arguments to be passed in
+
+[Service]
+Type=forking
+EnvironmentFile=/etc/xfluxd-args.conf
+ExecStart=/usr/bin/xflux $ARGS
+Restart=always
+
+[Install]
+WantedBy=default.target