mirror of
				https://github.com/laurivosandi/certidude
				synced 2025-10-30 17:09:19 +00:00 
			
		
		
		
	Fix systemd service template
This commit is contained in:
		| @@ -6,9 +6,10 @@ After=network.target | |||||||
| Environment=PYTHON_EGG_CACHE=/tmp/.cache | Environment=PYTHON_EGG_CACHE=/tmp/.cache | ||||||
| Environment=KRB5_KTNAME={{kerberos_keytab}} | Environment=KRB5_KTNAME={{kerberos_keytab}} | ||||||
| PIDFile=/run/certidude/server.pid | PIDFile=/run/certidude/server.pid | ||||||
| ExecStart={{ certidude_path }} serve {% if listen} -l {{listen}}{% endif %}{% if port %} -p {{port}}{% endif %} |  | ||||||
| ExecReload=/bin/kill -s HUP $MAINPID | ExecReload=/bin/kill -s HUP $MAINPID | ||||||
| ExecStop=/bin/kill -s TERM $MAINPID | ExecStop=/bin/kill -s TERM $MAINPID | ||||||
|  | ExecStart={{ certidude_path }} serve {% if listen %} -l {{listen}}{% endif %}{% if port %} -p {{port}}{% endif %} | ||||||
|  |  | ||||||
|  |  | ||||||
| [Install] | [Install] | ||||||
| WantedBy=multi-user.target | WantedBy=multi-user.target | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user