File | Lines added | Lines deleted |
---|---|---|
debian/control.in | 1 | 1 |
samples/rocketgit-fpm | 1 | 1 |
samples/rocketgit-fpm.service | 1 | 1 |
File debian/control.in changed (mode: 100644) (index f999051..e9c1f0d) | |||
... | ... | Vcs-Browser: https://rocketgit.com/user/catalinux/rocketgit | |
10 | 10 | ||
11 | 11 | Package: @PRJ@ | Package: @PRJ@ |
12 | 12 | Architecture: all | Architecture: all |
13 | Depends: ${shlibs:Depends}, ${misc:Depends}, apache2, php-fpm, php-cli, php-pgsql, git, cron, util-linux, postgresql-9.6 | ||
13 | Depends: ${shlibs:Depends}, ${misc:Depends}, apache2, php-fpm, php-cli, php-pgsql, git, cron, util-linux, postgresql-11 | ||
14 | 14 | Description: @SHORT_DESCRIPTION@ | Description: @SHORT_DESCRIPTION@ |
File samples/rocketgit-fpm changed (mode: 100755) (index b61b778..6641cbb) | |||
13 | 13 | # Description: Light and fast Git hosting solution. | # Description: Light and fast Git hosting solution. |
14 | 14 | ### END INIT INFO | ### END INIT INFO |
15 | 15 | ||
16 | DAEMON="php-fpm7.0" | ||
16 | DAEMON="php-fpm7.3" | ||
17 | 17 | DAEMONOPTS="--fpm-config /etc/rocketgit/php-fpm.conf" | DAEMONOPTS="--fpm-config /etc/rocketgit/php-fpm.conf" |
18 | 18 | ||
19 | 19 | NAME=rocketgit-fpm | NAME=rocketgit-fpm |
File samples/rocketgit-fpm.service changed (mode: 100644) (index b1eaf2e..148e29b) | |||
... | ... | After=syslog.target network.target | |
13 | 13 | [Service] | [Service] |
14 | 14 | Type=notify | Type=notify |
15 | 15 | PIDFile=/run/rocketgit.pid | PIDFile=/run/rocketgit.pid |
16 | ExecStart=/usr/sbin/php-fpm7.0 --fpm-config /etc/rocketgit/php-fpm.conf | ||
16 | ExecStart=/usr/sbin/php-fpm7.3 --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 | 19 | #Seems I get a denial | #Seems I get a denial |