File Makefile.in changed (mode: 100644) (index 3bb352d..9946568) |
... |
... |
install: all |
39 |
39 |
@mkdir -pv $(I_ETC)/logrotate.d |
@mkdir -pv $(I_ETC)/logrotate.d |
40 |
40 |
cp -vd samples/logrotate $(I_ETC)/logrotate.d/$(PRJ) |
cp -vd samples/logrotate $(I_ETC)/logrotate.d/$(PRJ) |
41 |
41 |
@mkdir -pv $(I_USR)/lib/systemd/system/ |
@mkdir -pv $(I_USR)/lib/systemd/system/ |
42 |
|
cp -vd samples/systemd.service $(I_USR)/lib/systemd/system/rocketgit-fpm.service |
|
|
42 |
|
cp -vd samples/rocketgit-fpm.service $(I_USR)/lib/systemd/system/rocketgit-fpm.service |
43 |
43 |
@ |
@ |
44 |
44 |
@echo "Installing tools..." |
@echo "Installing tools..." |
45 |
45 |
@mkdir -pv $(I_USR_SBIN) |
@mkdir -pv $(I_USR_SBIN) |
File samples/rocketgit-fpm.service renamed from samples/systemd.service (similarity 96%) (mode: 100644) (index e0eee46..1caf2f2) |
... |
... |
PIDFile=/run/php-fpm/rocketgit-fpm.pid |
16 |
16 |
ExecStart=/usr/sbin/php-fpm --fpm-config /etc/rocketgit/php-fpm.conf |
ExecStart=/usr/sbin/php-fpm --fpm-config /etc/rocketgit/php-fpm.conf |
17 |
17 |
ExecReload=/bin/kill -USR2 $MAINPID |
ExecReload=/bin/kill -USR2 $MAINPID |
18 |
18 |
PrivateTmp=true |
PrivateTmp=true |
|
19 |
|
NoNewPrivileges=yes |
19 |
20 |
|
|
20 |
21 |
[Install] |
[Install] |
21 |
22 |
WantedBy=multi-user.target |
WantedBy=multi-user.target |