프로그램을 일시적 범위 단위, 서비스 단위, 경로, 소켓 또는 타이머로 트리거된 서비스 단위로 실행. 더 많은 정보: https://www.freedesktop.org/software/systemd/man/systemd-run.html.
sudo systemd-run {{명령어}} {{인수1 인수2 ...}}
systemd-run --user {{명령어}} {{인수1 인수2 ...}}
sudo systemd-run --unit={{이름}} --description={{문자열}} {{명령어}} {{인수1 인수2 ...}}
sudo systemd-run --remain-after-exit --set-env={{이름}}={{값}} {{명령어}} {{인수1 인수2 ...}}
man systemd.time
참조):sudo systemd-run --on-calendar={{캘린더_이벤트}} {{명령어}} {{인수1 인수2 ...}}
systemd-run --remain-after-exit --pty {{명령어}}
systemd-run --property MemoryMax={{메모리_바이트}} --property CPUQuota={{CPU_시간_비율}}% --wait {{명령어}}
{{명령어1}} | systemd-run --pipe {{명령어2}} | {{명령어3}}