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 12571b6 commit e4a4a4aCopy full SHA for e4a4a4a
1 file changed
.github/workflows/archs.yml
@@ -67,4 +67,4 @@ jobs:
67
./autogen.sh
68
./configure --with-nginx=/tmp/nginx --with-jq=/usr
69
sed -i "s/-l/#-l/g" /etc/memcached.conf
70
- service memcached start && service redis-server start && make check || (cat test-suite.log && exit -1)
+ systemctl start memcached && systemctl start redis-server && make check || (cat test-suite.log && exit -1)
0 commit comments