This unit is provided by:
Options
- 
    [Install]- 
        WantedBy=multi-user.target
 
- 
        
- 
    [Service]- 
        ExecStart=/usr/bin/sympa_msg.pl --foreground
- 
        ExecStart=/usr/lib/sympa/bin/sympa_msg.pl
- 
        ExecStartPre=-/bin/mkdir -p /run/sympa -/bin/chown sympa:sympa /run/sympa
- 
        ExecStartPre=/usr/bin/sympa-pre-start
- 
        Group=sympa
- 
        PIDFile=/run/sympa/sympa_msg.pid
- 
        PermissionsStartOnly=yes
- 
        PrivateTmp=yes
- 
        ProtectControlGroupsIntroduced in systemd 232=yes
- 
        ProtectHomeIntroduced in systemd 214=yes
- 
        ProtectSystemIntroduced in systemd 214=full
- 
        Restart=always
- 
        Restart=on-failure
- 
        RestartSec=15
- 
        StandardError=null
- 
        StateDirectory=sympa
- 
        Type=forking
- 
        Type=simple
- 
        User=sympa
 
- 
        
- 
    [Unit]- 
        After=network-online.target
- 
        Before=sympa-archive.service sympa-bounce.service sympa-bulk.service sympa-task.service
- 
        Description=SYMPA mailing list manager
- 
        Description=Sympa mailing list manager
- 
        Documentation=man:sympa_msg(8)
- 
        Wants=sympa-archive.service sympa-bounce.service sympa-bulk.service sympa-task.service
- 
        Wants=sympa-bulk.service sympa-archived.service sympa-bounced.service sympa-task_manager.service
 
- 
        
Additionnal notes
Nothing here.