Skip to content

Commit 155fbad

Browse files
use systemctl instead.
1 parent 88a44ca commit 155fbad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ services:
5050

5151
before_install:
5252
- echo "address=/localhost/127.0.0.1" | sudo tee -a /etc/dnsmasq.conf
53-
- sudo service dnsmasq restart
53+
- sudo systemctl restart dnsmasq
5454
- wget -O - https://openresty.org/package/pubkey.gpg | sudo apt-key add -
5555
- echo "deb http://openresty.org/package/ubuntu $(lsb_release -sc) main" | sudo tee /etc/apt/sources.list.d/openresty.list
5656
- sudo apt-get update

0 commit comments

Comments
 (0)