From 0964e31ddbfae1b3934ecfd4e785d733a0a9642d Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Fri, 14 May 2021 08:50:42 +0200 Subject: [PATCH] [[snapshot]]: 2021-05-14 08:50:42 Affected files: .obsidian/workspace systemctl.md --- .obsidian/workspace | 26 +++++++++++++------------- systemctl.md | 6 ++++-- 2 files changed, 17 insertions(+), 15 deletions(-) diff --git a/.obsidian/workspace b/.obsidian/workspace index 9fd9ddc4a..a8f40795c 100644 --- a/.obsidian/workspace +++ b/.obsidian/workspace @@ -10,7 +10,7 @@ { "id": "e86f155c4139117c", "type": "leaf", - "dimension": 10.065425264217414, + "dimension": 10.682334089998665, "state": { "type": "markdown", "state": { @@ -22,7 +22,7 @@ { "id": "8820f606918a32a8", "type": "leaf", - "dimension": 14.645193759436335, + "dimension": 15.542796100948056, "state": { "type": "markdown", "state": { @@ -34,7 +34,7 @@ { "id": "36be46ed854929a8", "type": "leaf", - "dimension": 11.273276295923502, + "dimension": 11.964214180798502, "state": { "type": "markdown", "state": { @@ -46,7 +46,7 @@ { "id": "6b3cb60c60fb9b0b", "type": "leaf", - "dimension": 11.550075490689483, + "dimension": 12.257978368273468, "state": { "type": "markdown", "state": { @@ -58,7 +58,7 @@ { "id": "6df44b5b4acb479a", "type": "leaf", - "dimension": 11.550075490689483, + "dimension": 6.128989184136734, "state": { "type": "markdown", "state": { @@ -70,7 +70,7 @@ { "id": "56a11c45a953ce73", "type": "leaf", - "dimension": 10.065425264217414, + "dimension": 10.682334089998665, "state": { "type": "markdown", "state": { @@ -82,7 +82,7 @@ { "id": "17cf41804b8b958d", "type": "split", - "dimension": 30.85052843482637, + "dimension": 32.741353985845905, "children": [ { "id": "0d5997891e905142", @@ -183,7 +183,7 @@ "state": { "type": "backlink", "state": { - "file": "systemctl.md", + "file": "kenzo tange.md", "collapseAll": false, "extraContext": false, "sortOrder": "alphabetical", @@ -200,7 +200,7 @@ "state": { "type": "outline", "state": { - "file": "systemctl.md" + "file": "kenzo tange.md" } } }, @@ -233,17 +233,17 @@ "width": 300, "collapsed": true }, - "active": "6df44b5b4acb479a", + "active": "0d5997891e905142", "lastOpenFiles": [ + "kenzo tange.md", "systemctl.md", + "add service.md", "2021-05-14.md", "entr.md", "agora ctzn.md", "tools for thought.md", "do.md", "tft.md", - "michael taft.md", - "list.md", - "ctzn.md" + "michael taft.md" ] } \ No newline at end of file diff --git a/systemctl.md b/systemctl.md index 4f6b12422..40b5dca40 100644 --- a/systemctl.md +++ b/systemctl.md @@ -1,2 +1,4 @@ -- `systemctl | grep running` to see running -- `systemctl list-unit-files | grep enabled` to see all enabled services (which will run at next boot \ No newline at end of file +- from https://askubuntu.com/questions/795226/how-to-list-all-enabled-services-from-systemctl + - `systemctl | grep running` to see running + - `systemctl list-unit-files | grep enabled` to see all enabled services (which will run at next boot) +- [[add service]] \ No newline at end of file