Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 392 Bytes

File metadata and controls

18 lines (13 loc) · 392 Bytes

systemd setup for Linux.

Unit file:

  • rad.service (user service)

Quick setup:

  1. Copy the unit file into ~/.config/systemd/user/.
  2. Reload the user daemon and start the service.
mkdir -p ~/.config/systemd/user
cp deploy/systemd/rad.service ~/.config/systemd/user/rad.service
systemctl --user daemon-reload
systemctl --user enable --now rad
systemctl --user status rad