|
2013-12-23
, 17:37
|
|
Posts: 513 |
Thanked: 651 times |
Joined on Feb 2011
@ Sweden
|
#62
|
systemctl disable tohd.service
|
2013-12-23
, 17:41
|
Posts: 738 |
Thanked: 819 times |
Joined on Jan 2012
@ Berlin
|
#63
|
There is also the enable/disable commands to permanently manage services.
And then use enable if you want it to start on boot again.Code:systemctl disable tohd.service
|
2013-12-23
, 17:48
|
|
Posts: 562 |
Thanked: 2,744 times |
Joined on Dec 2013
@ Espoo, Finland
|
#64
|
The Following User Says Thank You to kimmoli For This Useful Post: | ||
|
2013-12-23
, 17:50
|
Posts: 49 |
Thanked: 33 times |
Joined on Dec 2009
@ Berlin/Germany
|
#65
|
pkcon install nano (there is also vim, though not sure if pkcon install vim will work as the packages are:
The Following User Says Thank You to v2px For This Useful Post: | ||
|
2013-12-23
, 18:11
|
Posts: 64 |
Thanked: 69 times |
Joined on Dec 2013
@ Joensuu, Finland
|
#66
|
The Following 5 Users Say Thank You to jsiren For This Useful Post: | ||
|
2013-12-23
, 18:40
|
|
Posts: 513 |
Thanked: 651 times |
Joined on Feb 2011
@ Sweden
|
#67
|
The Following 3 Users Say Thank You to xerxes2 For This Useful Post: | ||
|
2013-12-23
, 20:23
|
Posts: 6 |
Thanked: 8 times |
Joined on Jan 2011
@ Spain
|
#68
|
|
2013-12-23
, 20:47
|
Posts: 64 |
Thanked: 69 times |
Joined on Dec 2013
@ Joensuu, Finland
|
#69
|
Just use simple "stop" option(after reboot it will be ON). You can always start it if you want by issuing "start" command.