Ubuntu Pastebin

Paste from chotaz at Fri, 24 Apr 2015 11:48:09 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
user@hostname:~$ ls -l /etc/systemd/system/*mysql*
lrwxrwxrwx 1 root root 9 Abr 24 11:02 /etc/systemd/system/mysql.service -> /dev/null

user@hostname:~$ sudo rm /etc/systemd/system/mysql.service
[sudo] password for user: 

user@hostname:~$ sudo service mysql restart
Failed to restart mysql.service: Unit mysql.service is masked.

user@hostname:~$ 
Download as text