services-garbaye/podman-privatebin/20_enable.sh

5 lines
166 B
Bash
Raw Normal View History

2021-05-26 20:15:55 +00:00
#!/usr/bin/env bash
podman generate systemd --files --name my-privatebin
cp *.service ~/.config/systemd/user/
systemctl --user enable container-my-privatebin.service