| 
					
				 | 
			
			
				@@ -2,9 +2,9 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 Cmnd_Alias RESTARTSERVER_SYSV = /sbin/service jellyfin restart, /usr/sbin/service jellyfin restart 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 Cmnd_Alias STARTSERVER_SYSV = /sbin/service jellyfin start, /usr/sbin/service jellyfin start 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 Cmnd_Alias STOPSERVER_SYSV = /sbin/service jellyfin stop, /usr/sbin/service jellyfin stop 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-Cmnd_Alias RESTARTSERVER_SYSTEMD = /usr/bin/systemctl restart jellyfin, /bin/systemctl restart jellyfin 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-Cmnd_Alias STARTSERVER_SYSTEMD = /usr/bin/systemctl start jellyfin, /bin/systemctl start jellyfin 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-Cmnd_Alias STOPSERVER_SYSTEMD = /usr/bin/systemctl stop jellyfin, /bin/systemctl stop jellyfin 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+Cmnd_Alias RESTARTSERVER_SYSTEMD = /usr/bin/systemd-run --scope systemctl restart jellyfin 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+Cmnd_Alias STARTSERVER_SYSTEMD = /usr/bin/systemd-run --scope systemctl start jellyfin 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+Cmnd_Alias STOPSERVER_SYSTEMD = /usr/bin/systemd-run --scope systemctl stop jellyfin 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 Cmnd_Alias RESTARTSERVER_INITD = /etc/init.d/jellyfin restart 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 Cmnd_Alias STARTSERVER_INITD = /etc/init.d/jellyfin start 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 Cmnd_Alias STOPSERVER_INITD = /etc/init.d/jellyfin stop 
			 |