forked from lix-project/lix
fixes to nix-worker systemd service descriptor: - remove commented-out lines - register the file for distribution in Makefile.am
This commit is contained in:
parent
a7ed1f67ee
commit
221626e715
|
@ -1,6 +1,6 @@
|
|||
SUBDIRS = src perl scripts corepkgs doc misc tests
|
||||
EXTRA_DIST = substitute.mk nix.spec nix.spec.in bootstrap.sh \
|
||||
nix.conf.example NEWS version
|
||||
nix.conf.example NEWS version misc/systemd/nix-worker.service
|
||||
|
||||
pkginclude_HEADERS = config.h
|
||||
|
||||
|
|
|
@ -4,8 +4,6 @@ After=syslog.target
|
|||
|
||||
[Service]
|
||||
Type=simple
|
||||
#PIDFile=/var/run/tuned/tuned.pid
|
||||
#BusName=com.redhat.tuned
|
||||
ExecStart=/usr/bin/nix-worker --daemon
|
||||
|
||||
[Install]
|
||||
|
|
Loading…
Reference in a new issue