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

5 lines
166 B
Bash

#!/usr/bin/env bash
podman generate systemd --files --name my-privatebin
cp *.service ~/.config/systemd/user/
systemctl --user enable container-my-privatebin.service