mirror of
https://gitlab.com/hacklab01/pivilion.git
synced 2026-08-06 16:08:22 +00:00
14 lines
299 B
SYSTEMD
14 lines
299 B
SYSTEMD
|
|
[Unit]
|
||
|
|
Description=Select Pivilion hotspot or onion networking mode
|
||
|
|
After=network-pre.target NetworkManager.service dhcpcd.service
|
||
|
|
Wants=network-pre.target
|
||
|
|
|
||
|
|
[Service]
|
||
|
|
Type=oneshot
|
||
|
|
ExecStart=/usr/local/lib/pivilion/mode.sh
|
||
|
|
RemainAfterExit=yes
|
||
|
|
TimeoutStartSec=90
|
||
|
|
|
||
|
|
[Install]
|
||
|
|
WantedBy=multi-user.target
|