16 lines
447 B
Desktop File
16 lines
447 B
Desktop File
[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
|