This unit is provided by:
Options
- 
    [Install]- 
        WantedBy=multi-user.target
 
- 
        
- 
    [Service]- 
        AmbientCapabilities=
- 
        CapabilityBoundingSet=
- 
        DevicePolicy=closed
- 
        EnvironmentFile=-/etc/sysconfig/prometheus-apache_exporter
- 
        ExecReload=/bin/kill -HUP $MAINPID
- 
        ExecStart=/usr/bin/prometheus-apache_exporter $ARGS
- 
        KeyringMode=private
- 
        LockPersonalityIntroduced in systemd 235=yes
- 
        MemoryDenyWriteExecuteIntroduced in systemd 231=yes
- 
        MountFlags=private
- 
        NoNewPrivilegesIntroduced in systemd 239=yes
- 
        PrivateDevicesIntroduced in systemd 209=yes
- 
        PrivateIPC=yes
- 
        PrivateTmp=yes
- 
        PrivateUsers=yes
- 
        ProcSubsetIntroduced in systemd 247=pid
- 
        ProtectClockIntroduced in systemd 245=yes
- 
        ProtectControlGroupsIntroduced in systemd 232=yes
- 
        ProtectHomeIntroduced in systemd 214=yes
- 
        ProtectHostnameIntroduced in systemd 242=yes
- 
        ProtectKernelLogsIntroduced in systemd 244=yes
- 
        ProtectKernelModulesIntroduced in systemd 232=yes
- 
        ProtectKernelTunablesIntroduced in systemd 232=yes
- 
        ProtectProcIntroduced in systemd 247=invisible
- 
        ProtectSystemIntroduced in systemd 214=strict
- 
        RemoveIPCIntroduced in systemd 232=yes
- 
        Restart=always
- 
        RestrictAddressFamilies=AF_INET AF_INET6 AF_UNIX
- 
        RestrictNamespacesIntroduced in systemd 233=yes
- 
        RestrictRealtimeIntroduced in systemd 231=yes
- 
        RestrictSUIDSGIDIntroduced in systemd 242=yes
- 
        SendSIGKILL=no
- 
        StandardInput=null
- 
        SystemCallArchitectures=native
- 
        SystemCallFilter=~ @clock @cpu-emulation @debug @keyring @module @mount @raw-io @reboot @swap @obsolete splice @resources @chown @privileged @pkey @setuid @timer
- 
        TimeoutStopSecIntroduced in systemd 188=20s
- 
        UMask=0077
- 
        User=prometheus
 
- 
        
- 
    [Unit]- 
        Description=Prometheus exporter for Apache metrics
- 
        Documentation=https://github.com/lusitaniae/apache_exporter
 
- 
        
Additionnal notes
Nothing here.