This unit is provided by:
Options
- 
    [Install]- 
        WantedBy=multi-user.target
 
- 
        
- 
    [Service]- 
        EnvironmentFile=-/etc/default/stenographer
- 
        ExecStart=/usr/sbin/stenographer $STENOGRAPHER_ARGS
- 
        ExecStopPost=/usr/bin/pkill -9 stenotype
- 
        Group=stenographer
- 
        LimitFSIZE=4294967296
- 
        LimitNOFILE=1000000
- 
        SyslogIdentifier=stenographer
- 
        User=stenographer
 
- 
        
- 
    [Unit]- 
        After=network.target
- 
        Description=packet capture to disk
- 
        Documentation=https://github.com/google/stenographer https://github.com/google/stenographer/blob/master/DESIGN.md https://github.com/google/stenographer/blob/master/INSTALL.md
 
- 
        
Additionnal notes
Nothing here.