blob: 1dd6028d5fd88b87678d8001a35d8e203a0861a4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
[Unit]
Description=Run flatbot once
After=network.target
[Service]
Type=oneshot
EnvironmentFile=/etc/flatbot/token
EnvironmentFile=/etc/flatbot/config
EnvironmentFile=/etc/flatbot/urls
ExecStart=/usr/bin/flatbot -state ${FLATBOT_STATE} -once ${GREENWICH} ${CLERKENWELL}
[Install]
WantedBy=default.target
|