1
Jak utworzyć niestandardową usługę, która będzie się automatycznie uruchamiała podczas rozruchu w Archlinux?
Chciałbym uruchomić proste polecenie podczas uruchamiania na Archlinux (systemd): nohup fatrat -n & Pracuję nad Debianem: #! /bin/sh # /etc/init.d/fatratWS ### BEGIN INIT INFO # Provides: fatratWS # Required-Start: $network $local_fs $remote_fs # Required-Stop: $network $local_fs $remote_fs # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Short-Description: …