chmod not necessary
This commit is contained in:
parent
0533eb0ac8
commit
8c5131c6ef
|
@ -9,7 +9,6 @@ $ git clone https://github.com/pstadler/metrics.sh.git
|
||||||
$ cd metrics.sh
|
$ cd metrics.sh
|
||||||
# Install the service
|
# Install the service
|
||||||
$ cp -p $PWD/systemd/metrics.sh.service /etc/systemd/system/metrics.sh.service
|
$ cp -p $PWD/systemd/metrics.sh.service /etc/systemd/system/metrics.sh.service
|
||||||
$ chmod 664 /etc/systemd/system/metrics.sh.service
|
|
||||||
# Create a config file
|
# Create a config file
|
||||||
$ mkdir /etc/metrics.sh && chmod 600 /etc/metrics.sh
|
$ mkdir /etc/metrics.sh && chmod 600 /etc/metrics.sh
|
||||||
$ ./metrics.sh -C > /etc/metrics.sh/metrics.ini
|
$ ./metrics.sh -C > /etc/metrics.sh/metrics.ini
|
||||||
|
|
Loading…
Reference in New Issue