Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nexpie-grafana-theme
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kornkitt Poolsup
nexpie-grafana-theme
Commits
bb81248e
Commit
bb81248e
authored
Aug 17, 2015
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2528 from thuck/permissions
Fixing permission issues for new installations
parents
0e18eafc
9e21a089
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
packaging/deb/init.d/grafana-server
+2
-0
packaging/deb/systemd/grafana-server.service
+1
-0
No files found.
packaging/deb/init.d/grafana-server
View file @
bb81248e
...
...
@@ -36,6 +36,8 @@ MAX_OPEN_FILES=10000
PID_FILE
=
/var/run/
$NAME
.pid
DAEMON
=
/usr/sbin/
$NAME
umask
0027
if
[
`
id
-u
`
-ne
0
]
;
then
echo
"You need root privileges to run this script"
exit
4
...
...
packaging/deb/systemd/grafana-server.service
View file @
bb81248e
...
...
@@ -17,6 +17,7 @@ ExecStart=/usr/sbin/grafana-server \
cfg:default.paths.data=${DATA_DIR} \
LimitNOFILE=10000
TimeoutStopSec=20
UMask=0027
[Install]
WantedBy=multi-user.target
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment