1
Archlinux에서 부팅 할 때 자동으로 시작되는 커스텀 서비스를 만드는 방법은 무엇입니까?
Archlinux (systemd)에서 시작할 때 간단한 명령을 실행하고 싶습니다. nohup fatrat -n & 데비안 에서이 작업을 수행했습니다. #! /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: …