This unit is provided by:
Options
-
[Install]
-
WantedBy=multi-user.target
-
-
[Service]
-
CapabilityBoundingSet=
-
DeviceAllow=
-
EnvironmentFile=/etc/sysconfig/grafana-server
-
ExecStart=/usr/sbin/grafana-server --config=${CONF_FILE} --pidfile=${PID_FILE_DIR}/grafana-server.pid --packaging=rpm cfg:default.paths.logs=${LOG_DIR} cfg:default.paths.data=${DATA_DIR} cfg:default.paths.plugins=${PLUGINS_DIR} cfg:default.paths.provisioning=${PROVISIONING_CFG_DIR}
-
Group=grafana
-
LimitNOFILE=10000
-
LockPersonality
Introduced in systemd 235=yes -
MemoryDenyWriteExecute
Introduced in systemd 231=no -
NoNewPrivileges
Introduced in systemd 239=yes -
PrivateDevices
Introduced in systemd 209=yes -
PrivateTmp=yes
-
ProtectClock
Introduced in systemd 245=yes -
ProtectControlGroups
Introduced in systemd 232=yes -
ProtectHome
Introduced in systemd 214=yes -
ProtectHostname
Introduced in systemd 242=yes -
ProtectKernelLogs
Introduced in systemd 244=yes -
ProtectKernelModules
Introduced in systemd 232=yes -
ProtectKernelTunables
Introduced in systemd 232=yes -
ProtectProc
Introduced in systemd 247=invisible -
ProtectSystem
Introduced in systemd 214=full -
RemoveIPC
Introduced in systemd 232=yes -
Restart=on-failure
-
RestrictAddressFamilies=AF_INET AF_INET6 AF_UNIX
-
RestrictNamespaces
Introduced in systemd 233=yes -
RestrictRealtime
Introduced in systemd 231=yes -
RestrictSUIDSGID
Introduced in systemd 242=yes -
RuntimeDirectory=grafana
-
RuntimeDirectoryMode=0750
-
SystemCallArchitectures=native
-
TimeoutStopSec
Introduced in systemd 188=20 -
Type=notify
-
UMask=0027
-
User=grafana
-
WorkingDirectory=/usr/share/grafana
-
-
[Unit]
-
After=network-online.target postgresql.service mariadb.service mysqld.service
-
Description=Grafana instance
-
Documentation=http://docs.grafana.org
-
Wants=network-online.target
-
Additionnal notes
Nothing here.