citadel

My dotfiles, scripts and nix configs
git clone git://jb55.com/citadel
Log | Files | Refs | README | LICENSE

fuzz-systemd-start (162B)


      1 #!/usr/bin/env bash
      2 set -e
      3 service=$(systemctl list-units --user --type=service | awk '{print $1}' | sort -u | $FUZZER)
      4 echo systemctl start --user -u "$service"