systemd-run
Verified for current stable LTS
Systemd Run Commands
Systemd Run command syntax with verified terminal examples.
Commands
8 commands for Systemd Run
systemd-run Operations
Systemd Run Command: Set Process Properties And Wait
systemd-run -p MemoryMax=<memory_in_bytes> -p CPUQuota=<percentage_of_CPU_time>% --wait <command> systemd-run Archive
Systemd Run Command: Start Interactive Transient Service
systemd-run -r --pty <command> systemd-run Archive
Systemd Run Command: Start Transient Service Remaining After Exit
sudo systemd-run -r --set-env=<name>=<value> <command> <argument1 argument2 ...> systemd-run Archive
Systemd Run Command: Start Transient Service With Custom Unit Name
sudo systemd-run -u <name> --description <string> <command> <argument1 argument2 ...> systemd-run Archive
Systemd Run Command: Start Transient Service With Privileges
sudo systemd-run <command> <argument1 argument2 ...> systemd-run Archive
Systemd Run Command: Start Transient Service Without Privileges
systemd-run --user <command> <argument1 argument2 ...> systemd-run Archive
Systemd Run Command: Start Transient Timer Service
sudo systemd-run --on-calendar=<calendar_event> <command> <argument1 argument2 ...> systemd-run Operations
Systemd Run Command: Use Program In Shell Pipeline
<command1> | systemd-run -P <command2> | <command3> Suggest a Systemd Run Command
Submit missing workflows, corrections, or verified alternatives for this tool.
FAQ
Coverage: Focused examples for common Systemd Run workflows.
Verified version: current stable LTS.
Verification: Test commands in a disposable workspace and submit notes for edge cases.