Skip to content

Commit e4a4a4a

Browse files
committed
use systemctl start instead of service start
Signed-off-by: Hans Zandbelt <hans.zandbelt@openidc.com>
1 parent 12571b6 commit e4a4a4a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/archs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,4 @@ jobs:
6767
./autogen.sh
6868
./configure --with-nginx=/tmp/nginx --with-jq=/usr
6969
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)
70+
systemctl start memcached && systemctl start redis-server && make check || (cat test-suite.log && exit -1)

0 commit comments

Comments
 (0)