回答編集履歴
2
sudo追加
test
CHANGED
@@ -24,6 +24,6 @@
|
|
24
24
|
|
25
25
|
|
26
26
|
|
27
|
-
変更前に `systemctl disable chromium-autorun.service` して、
|
27
|
+
変更前に `sudo systemctl disable chromium-autorun.service` して、
|
28
28
|
|
29
29
|
変更後に `sudo systemctl daemon-reload && sudo systemctl enable chromium-autorun.service`
|
1
設定追加
test
CHANGED
@@ -19,3 +19,11 @@
|
|
19
19
|
WantedBy=user@.service
|
20
20
|
|
21
21
|
```
|
22
|
+
|
23
|
+
|
24
|
+
|
25
|
+
|
26
|
+
|
27
|
+
変更前に `systemctl disable chromium-autorun.service` して、
|
28
|
+
|
29
|
+
変更後に `sudo systemctl daemon-reload && sudo systemctl enable chromium-autorun.service`
|