x6100-armbian/userpatches/overlay/etc/systemd/system/x6100_chroot.service

18 wiersze
328 B
INI

[Unit]
Description=x6100 Internal charoot
Before=systemd-user-sessions.service
Before=lightdm.service
[Service]
User=root
Type=oneshot
RemainAfterExit=yes
ExecStart=/root/chroot_onboard.sh start
ExecStop=/root/chroot_onboard.sh stop
TimeoutSec=30
StartLimitInterval=350
StartLimitBurst=10
[Install]
WantedBy=multi-user.target