summarylogtreecommitdiffstats
path: root/xfluxd-args.service
blob: d13dc31b5c85f58e073654fdd674df9439d495f3 (plain)
1
2
3
4
5
6
7
8
9
10
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