X-Git-Url: https://plomlompom.com/repos/%7B%7B%20web_path%20%7D%7D/decks/%7B%7Bdeck_id%7D%7D/cards/%7B%7Bcard_id%7D%7D/form?a=blobdiff_plain;f=bullseye%2Fetc_files%2Fmicroblogpub%2Fetc%2Fsystemd%2Fsystem%2Fmicroblogpub_prune.service;fp=bullseye%2Fetc_files%2Fmicroblogpub%2Fetc%2Fsystemd%2Fsystem%2Fmicroblogpub_prune.service;h=9004cc51cd1403691eebc52ba68d2b83e46cc2ad;hb=8a0ed8264d1b884c46dfa1fb5a5862bac6e1aceb;hp=0000000000000000000000000000000000000000;hpb=5ac3429d9101c2aef075526cb2bff6ecea283862;p=config diff --git a/bullseye/etc_files/microblogpub/etc/systemd/system/microblogpub_prune.service b/bullseye/etc_files/microblogpub/etc/systemd/system/microblogpub_prune.service new file mode 100644 index 0000000..9004cc5 --- /dev/null +++ b/bullseye/etc_files/microblogpub/etc/systemd/system/microblogpub_prune.service @@ -0,0 +1,9 @@ +[Unit] +Description=microblog.pub pruning + +[Service] +Type=simple +ExecStart=/bin/sh -c '.prune.sh' + +[Install] +WantedBy=multi-user.target