24 lines
663 B
Desktop File
24 lines
663 B
Desktop File
[Unit]
|
|
Description=Configure Pi Car Companion hotspot
|
|
After=NetworkManager.service
|
|
Wants=NetworkManager.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
EnvironmentFile=/etc/pi-car-companion/companion.env
|
|
Environment=HOME=/var/lib/pi-car-companion
|
|
WorkingDirectory=/opt/pi-car-companion/current
|
|
ExecStart=/usr/bin/node /opt/pi-car-companion/current/server/dist/network-configure.js
|
|
TimeoutStartSec=60s
|
|
UMask=0077
|
|
NoNewPrivileges=true
|
|
PrivateTmp=true
|
|
ProtectHome=true
|
|
ProtectKernelTunables=true
|
|
ProtectKernelModules=true
|
|
ProtectControlGroups=true
|
|
RestrictRealtime=true
|
|
LockPersonality=true
|
|
SystemCallArchitectures=native
|
|
RestrictAddressFamilies=AF_UNIX AF_INET AF_INET6 AF_NETLINK
|