aboutsummaryrefslogtreecommitdiff
path: root/systemd/boobbot.service
blob: 67f36c6c324e8025a45f61b762b702923d6818c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Service to load and execute the boobbot timer

[Unit]
Description=Posts a boob joke to fedi
Wants=boobjob.timer

[Service]
Type=oneshot
ExecStart=SOURCE/bin/boobbot
EnvironmentFile=SOURCE/rt/.env

[Install]
WantedBy=multi-user.target