We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e677012 commit f5f6accCopy full SHA for f5f6acc
karadav.service
@@ -5,7 +5,8 @@ After=network.target
5
[Service]
6
Type=simple
7
User=www-data
8
-ExecStart=/usr/bin/php8.1 -S 0.0.0.0:8080 -t /var/lib/karadav/www /var/lib/karadav/www/_router.php
+Environment="PHP_CLI_SERVER_WORKERS=3"
9
+ExecStart=/usr/bin/php -S 0.0.0.0:8080 -t /var/lib/karadav/www /var/lib/karadav/www/_router.php
10
Restart=on-failure
11
12
[Install]
0 commit comments