19 lines
		
	
	
		
			516 B
		
	
	
	
		
			Desktop File
		
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			516 B
		
	
	
	
		
			Desktop File
		
	
	
	
| [Unit]
 | |
| Description=File hosting service with encryption
 | |
| Documentation=https://framagit.org/fiat-tux/hat-softwares/lufi/
 | |
| Requires=network.target
 | |
| After=network.target
 | |
| 
 | |
| [Service]
 | |
| Type=forking
 | |
| User=www-data
 | |
| RemainAfterExit=yes
 | |
| WorkingDirectory=/var/www/lufi/
 | |
| PIDFile=/var/www/lufi/script/hypnotoad.pid
 | |
| ExecStart=/usr/local/bin/carton exec hypnotoad script/lufi
 | |
| ExecStop=/usr/local/bin/carton exec hypnotoad -s script/lufi
 | |
| ExecReload=/usr/local/bin/carton exec hypnotoad script/lufi
 | |
| 
 | |
| [Install]
 | |
| WantedBy=multi-user.target
 |