openbsd: update service file
Changes suggested and tested by eviloatmeal Fixes: https://akkoma.dev/AkkomaGang/akkoma/issues/864
This commit is contained in:
		
							parent
							
								
									e3c8c4f24f
								
							
						
					
					
						commit
						d8c7ed70d0
					
				
					 1 changed files with 4 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -11,11 +11,13 @@
 | 
			
		|||
#
 | 
			
		||||
 | 
			
		||||
daemon="/usr/local/bin/elixir"
 | 
			
		||||
daemon_flags="--detached -S /usr/local/bin/mix phx.server"
 | 
			
		||||
daemon_flags="-S /usr/local/bin/mix phx.server"
 | 
			
		||||
daemon_user="_akkoma"
 | 
			
		||||
daemon_execdir="/home/_akkoma/akkoma"
 | 
			
		||||
 | 
			
		||||
. /etc/rc.d/rc.subr
 | 
			
		||||
 | 
			
		||||
rc_bg="YES"
 | 
			
		||||
rc_reload=NO
 | 
			
		||||
pexp="phx.server"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -24,7 +26,7 @@ rc_check() {
 | 
			
		|||
}
 | 
			
		||||
 | 
			
		||||
rc_start() {
 | 
			
		||||
	${rcexec} "cd akkoma; ${daemon} ${daemon_flags}"
 | 
			
		||||
	rc_exec "${daemon} ${daemon_flags}"
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
rc_stop() {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue