Codebase list kali-menu / 0e65788
Added ssh and apache service files Mati Aharoni (Kali Linux Developer) 11 years ago
7 changed file(s) with 66 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 kali-menu (0.971) kali; urgency=low
1
2 * Added ssh and apache service files
3
4 -- Mati Aharoni <[email protected]> Tue, 18 Dec 2012 19:33:15 -0500
5
06 kali-menu (0.97) kali; urgency=low
17
28 * Added various desktop files
0 [Desktop Entry]
1 Name=apache2_restart
2 Encoding=UTF-8
3 Exec=sh -c "service apache2 restart;sudo -s"
4 Icon=kali-menu.png
5 StartupNotify=false
6 Terminal=true
7 Type=Application
8 Categories=14-02-httpd;
9 X-Kali-Package=apache2
0 [Desktop Entry]
1 Name=apache2_start
2 Encoding=UTF-8
3 Exec=sh -c "service apache2 start;sudo -s"
4 Icon=kali-menu.png
5 StartupNotify=false
6 Terminal=true
7 Type=Application
8 Categories=14-02-httpd;
9 X-Kali-Package=apache2
0 [Desktop Entry]
1 Name=apache2_stop
2 Encoding=UTF-8
3 Exec=sh -c "service apache2 stop;sudo -s"
4 Icon=kali-menu.png
5 StartupNotify=false
6 Terminal=true
7 Type=Application
8 Categories=14-02-httpd;
9 X-Kali-Package=apache2
0 [Desktop Entry]
1 Name=sshd_restart
2 Encoding=UTF-8
3 Exec=sh -c "service ssh restart;sudo -s"
4 Icon=kali-menu.png
5 StartupNotify=false
6 Terminal=true
7 Type=Application
8 Categories=14-06-sshd;
9 X-Kali-Package=openssh-server
0 [Desktop Entry]
1 Name=sshd_start
2 Encoding=UTF-8
3 Exec=sh -c "service ssh start;sudo -s"
4 Icon=kali-menu.png
5 StartupNotify=false
6 Terminal=true
7 Type=Application
8 Categories=14-06-sshd;
9 X-Kali-Package=openssh-server
0 [Desktop Entry]
1 Name=sshd_stop
2 Encoding=UTF-8
3 Exec=sh -c "service ssh stop;sudo -s"
4 Icon=kali-menu.png
5 StartupNotify=false
6 Terminal=true
7 Type=Application
8 Categories=14-06-sshd;
9 X-Kali-Package=openssh-server