[[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",
"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"
]
}
+4 -2
View File
@@ -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
- 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]]