This unit is provided by:
Options
- 
    [Install]- 
        WantedBy=multi-user.target
 
- 
        
- 
    [Service]- 
        Environment=LC_ALL=en_US.UTF-8
- 
        ExecStart=/usr/bin/sopel -c /etc/sopel.cfg
- 
        PIDFile=/run/sopel/sopel-sopel.pid
- 
        Restart=on-failure
- 
        RestartPreventExitStatus=2
- 
        RestartSec=30
- 
        Type=simple
- 
        User=sopel
 
- 
        
- 
    [Unit]- 
        After=network-online.target
- 
        After=network.target
- 
        Description=Sopel IRC bot
- 
        Documentation=https://sopel.chat/
 
- 
        
Additionnal notes
Nothing here.