26 lines
594 B
SYSTEMD
26 lines
594 B
SYSTEMD
|
|
[Unit]
|
||
|
|
Description=Activate the staged HoloLake Code Channel JD app hub
|
||
|
|
After=jd-app-hub.service
|
||
|
|
Requires=jd-app-hub.service
|
||
|
|
|
||
|
|
[Service]
|
||
|
|
Type=oneshot
|
||
|
|
User=guanghu
|
||
|
|
Group=guanghu
|
||
|
|
ExecStart=/usr/bin/python3 __RELEASE_ROOT__/server-tools/jd-app-hub/activate-staged-unit.py
|
||
|
|
RemainAfterExit=true
|
||
|
|
TimeoutStartSec=60
|
||
|
|
NoNewPrivileges=true
|
||
|
|
ProtectSystem=strict
|
||
|
|
ProtectHome=true
|
||
|
|
PrivateTmp=true
|
||
|
|
PrivateDevices=true
|
||
|
|
ProtectKernelTunables=true
|
||
|
|
ProtectKernelModules=true
|
||
|
|
ProtectControlGroups=true
|
||
|
|
RestrictSUIDSGID=true
|
||
|
|
LockPersonality=true
|
||
|
|
ReadOnlyPaths=__RELEASE_ROOT__
|
||
|
|
|
||
|
|
[Install]
|
||
|
|
WantedBy=multi-user.target
|