Skip to content

Commit c12841b

Browse files
authored
Force reload in frankenphp service configuration (#2281)
@henderkes This resolve the `symlink` issue for the symlink deployment strategy. _alpine already have the force flag._ --------- Signed-off-by: Nordine <5256921+kitro@users.noreply.github.com>
1 parent 0818f8f commit c12841b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package/debian/frankenphp.service

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ User=frankenphp
1010
Group=frankenphp
1111
ExecStartPre=/usr/bin/frankenphp validate --config /etc/frankenphp/Caddyfile
1212
ExecStart=/usr/bin/frankenphp run --environ --config /etc/frankenphp/Caddyfile
13-
ExecReload=/usr/bin/frankenphp reload --config /etc/frankenphp/Caddyfile
13+
ExecReload=/usr/bin/frankenphp reload --config /etc/frankenphp/Caddyfile --force
1414
WorkingDirectory=/var/lib/frankenphp
1515
Restart=on-failure
1616
RestartSec=3s

package/rhel/frankenphp.service

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ User=frankenphp
1010
Group=frankenphp
1111
ExecStartPre=/usr/bin/frankenphp validate --config /etc/frankenphp/Caddyfile
1212
ExecStart=/usr/bin/frankenphp run --environ --config /etc/frankenphp/Caddyfile
13-
ExecReload=/usr/bin/frankenphp reload --config /etc/frankenphp/Caddyfile
13+
ExecReload=/usr/bin/frankenphp reload --config /etc/frankenphp/Caddyfile --force
1414
WorkingDirectory=/var/lib/frankenphp
1515
Restart=on-failure
1616
RestartSec=3s

0 commit comments

Comments
 (0)