feat(node): configure system environment through the desktop workflow
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
[Unit]
|
||||
Description=Mission Core Node explicit environment configuration
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/usr/bin/python3 -I /usr/lib/mission-core-node/environment_helper.py run
|
||||
Environment=PATH=/usr/sbin:/usr/bin:/sbin:/bin
|
||||
Environment=LANG=C.UTF-8
|
||||
Environment=DEBIAN_FRONTEND=noninteractive
|
||||
UMask=0077
|
||||
PrivateTmp=yes
|
||||
ProtectHome=yes
|
||||
# A package transaction must finish even if the operator closes the UI.
|
||||
TimeoutStartSec=0
|
||||
Reference in New Issue
Block a user