This unit is provided by:
Options
-
[Install]
-
WantedBy=multi-user.target
-
-
[Service]
-
ExecStart=/usr/bin/grafana-server --config=/etc/grafana.ini
-
Group=grafana
-
LimitNOFILE=10000
-
NoNewPrivileges
Introduced in systemd 239=yes -
PrivateDevices
Introduced in systemd 209=yes -
PrivateTmp=yes
-
ProtectControlGroups
Introduced in systemd 232=yes -
ProtectHome
Introduced in systemd 214=yes -
ProtectKernelModules
Introduced in systemd 232=yes -
ProtectKernelTunables
Introduced in systemd 232=yes -
ProtectSystem
Introduced in systemd 214=full -
SuccessExitStatus=0 2
-
TimeoutStopSec
Introduced in systemd 188=20 -
User=grafana
-
WorkingDirectory=/usr/share/grafana
-
-
[Unit]
-
After=network.target postgresql.service mariadb.service mysqld.service
-
Description=Grafana service
-
Additionnal notes
Nothing here.