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
					
				
					 2 changed files with 1 additions and 3 deletions
				
			
		| 
						 | 
					@ -1,6 +1,6 @@
 | 
				
			||||||
SUBDIRS = src perl scripts corepkgs doc misc tests
 | 
					SUBDIRS = src perl scripts corepkgs doc misc tests
 | 
				
			||||||
EXTRA_DIST = substitute.mk nix.spec nix.spec.in bootstrap.sh \
 | 
					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
 | 
					pkginclude_HEADERS = config.h
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -4,8 +4,6 @@ After=syslog.target
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[Service]
 | 
					[Service]
 | 
				
			||||||
Type=simple
 | 
					Type=simple
 | 
				
			||||||
#PIDFile=/var/run/tuned/tuned.pid
 | 
					 | 
				
			||||||
#BusName=com.redhat.tuned
 | 
					 | 
				
			||||||
ExecStart=/usr/bin/nix-worker --daemon
 | 
					ExecStart=/usr/bin/nix-worker --daemon
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[Install]
 | 
					[Install]
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue