mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-21 14:11:06 +02:00
simple back to oneshot
This commit is contained in:
committed by
GitHub
parent
699b1e4a80
commit
83f6970595
@@ -12,7 +12,7 @@ After=bootstrap.service
|
|||||||
[Service]
|
[Service]
|
||||||
User=root
|
User=root
|
||||||
Group=root
|
Group=root
|
||||||
Type=simple
|
Type=oneshot
|
||||||
ExecStart=/home/admin/_background.sh
|
ExecStart=/home/admin/_background.sh
|
||||||
KillMode=process
|
KillMode=process
|
||||||
Restart=always
|
Restart=always
|
||||||
@@ -21,4 +21,4 @@ RestartSec=10
|
|||||||
StandardOutput=journal
|
StandardOutput=journal
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
Reference in New Issue
Block a user