aboutsummarylogtreecommitdiffstats
path: root/epicgames-freebies-claimer.service
blob: 8ece1aa8f8f3e15e732401783e4323505d9f2406 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[Unit]
Description=Automatically claim free game promotions from the Epic Game Store
After=network.target

StartLimitIntervalSec=200
StartLimitBurst=3

[Service]
ExecStart=/usr/bin/epicgames-freebies-claimer
Restart=on-failure
RestartSec=60

[Install]
WantedBy=default.target