[[snapshot]]: 2021-05-14 08:50:42

Affected files:

.obsidian/workspace
systemctl.md
This commit is contained in:
2021-05-14 08:50:42 +02:00
parent 67e95b2ff4
commit 0964e31ddb
2 changed files with 17 additions and 15 deletions
+13 -13
View File
@@ -10,7 +10,7 @@
{ {
"id": "e86f155c4139117c", "id": "e86f155c4139117c",
"type": "leaf", "type": "leaf",
"dimension": 10.065425264217414, "dimension": 10.682334089998665,
"state": { "state": {
"type": "markdown", "type": "markdown",
"state": { "state": {
@@ -22,7 +22,7 @@
{ {
"id": "8820f606918a32a8", "id": "8820f606918a32a8",
"type": "leaf", "type": "leaf",
"dimension": 14.645193759436335, "dimension": 15.542796100948056,
"state": { "state": {
"type": "markdown", "type": "markdown",
"state": { "state": {
@@ -34,7 +34,7 @@
{ {
"id": "36be46ed854929a8", "id": "36be46ed854929a8",
"type": "leaf", "type": "leaf",
"dimension": 11.273276295923502, "dimension": 11.964214180798502,
"state": { "state": {
"type": "markdown", "type": "markdown",
"state": { "state": {
@@ -46,7 +46,7 @@
{ {
"id": "6b3cb60c60fb9b0b", "id": "6b3cb60c60fb9b0b",
"type": "leaf", "type": "leaf",
"dimension": 11.550075490689483, "dimension": 12.257978368273468,
"state": { "state": {
"type": "markdown", "type": "markdown",
"state": { "state": {
@@ -58,7 +58,7 @@
{ {
"id": "6df44b5b4acb479a", "id": "6df44b5b4acb479a",
"type": "leaf", "type": "leaf",
"dimension": 11.550075490689483, "dimension": 6.128989184136734,
"state": { "state": {
"type": "markdown", "type": "markdown",
"state": { "state": {
@@ -70,7 +70,7 @@
{ {
"id": "56a11c45a953ce73", "id": "56a11c45a953ce73",
"type": "leaf", "type": "leaf",
"dimension": 10.065425264217414, "dimension": 10.682334089998665,
"state": { "state": {
"type": "markdown", "type": "markdown",
"state": { "state": {
@@ -82,7 +82,7 @@
{ {
"id": "17cf41804b8b958d", "id": "17cf41804b8b958d",
"type": "split", "type": "split",
"dimension": 30.85052843482637, "dimension": 32.741353985845905,
"children": [ "children": [
{ {
"id": "0d5997891e905142", "id": "0d5997891e905142",
@@ -183,7 +183,7 @@
"state": { "state": {
"type": "backlink", "type": "backlink",
"state": { "state": {
"file": "systemctl.md", "file": "kenzo tange.md",
"collapseAll": false, "collapseAll": false,
"extraContext": false, "extraContext": false,
"sortOrder": "alphabetical", "sortOrder": "alphabetical",
@@ -200,7 +200,7 @@
"state": { "state": {
"type": "outline", "type": "outline",
"state": { "state": {
"file": "systemctl.md" "file": "kenzo tange.md"
} }
} }
}, },
@@ -233,17 +233,17 @@
"width": 300, "width": 300,
"collapsed": true "collapsed": true
}, },
"active": "6df44b5b4acb479a", "active": "0d5997891e905142",
"lastOpenFiles": [ "lastOpenFiles": [
"kenzo tange.md",
"systemctl.md", "systemctl.md",
"add service.md",
"2021-05-14.md", "2021-05-14.md",
"entr.md", "entr.md",
"agora ctzn.md", "agora ctzn.md",
"tools for thought.md", "tools for thought.md",
"do.md", "do.md",
"tft.md", "tft.md",
"michael taft.md", "michael taft.md"
"list.md",
"ctzn.md"
] ]
} }
+3 -1
View File
@@ -1,2 +1,4 @@
- from https://askubuntu.com/questions/795226/how-to-list-all-enabled-services-from-systemctl
- `systemctl | grep running` to see running - `systemctl | grep running` to see running
- `systemctl list-unit-files | grep enabled` to see all enabled services (which will run at next boot - `systemctl list-unit-files | grep enabled` to see all enabled services (which will run at next boot)
- [[add service]]