This unit is provided by:
Options
- 
    
[Install]- 
        
WantedBy=multi-user.target 
 - 
        
 - 
    
[Service]- 
        
ExecStart=/usr/bin/acme-redirect daemon --chroot --user acme-redirect - 
        
NoNewPrivilegesIntroduced in systemd 239=yes - 
        
PrivateDevicesIntroduced in systemd 209=yes - 
        
ProtectSystemIntroduced in systemd 214=strict - 
        
ReadWritePaths=/run/acme-redirect - 
        
Restart=always - 
        
RestartSec=0 - 
        
WorkingDirectory=/run/acme-redirect 
 - 
        
 - 
    
[Unit]- 
        
After=network.target network-online.target - 
        
Description=acme-redirect: http redirector with acme support 
 - 
        
 
Additionnal notes
Nothing here.