26 lines
		
	
	
		
			585 B
		
	
	
	
		
			Desktop File
		
	
	
	
			
		
		
	
	
			26 lines
		
	
	
		
			585 B
		
	
	
	
		
			Desktop File
		
	
	
	
| [Unit]
 | |
| Description=MinecraftStats Update Data
 | |
| Wants=network.target
 | |
| After=network.target
 | |
| 
 | |
| [Service]
 | |
| Type=simple
 | |
| User=root
 | |
| Group=root
 | |
| Nice=5
 | |
| KillMode=none
 | |
| ProtectHome=true
 | |
| ProtectSystem=full
 | |
| ProtectControlGroups=true
 | |
| ProtectKernelModules=true
 | |
| ProtectKernelTunables=true
 | |
| PrivateDevices=true
 | |
| NoNewPrivileges=true
 | |
| PrivateTmp=true
 | |
| ReadWriteDirectories=/srv/http/sites/MinecraftStats
 | |
| WorkingDirectory=/srv/http/sites/MinecraftStats
 | |
| ExecStart=/srv/http/sites/MinecraftStats/update.py -s /srv/minecraft/paper/server --server-name Crusydus --world survival
 | |
| 
 | |
| [Install]
 | |
| WantedBy=multi-user.target
 |