summarylogtreecommitdiffstats
path: root/tcafe-attending-bot.service
blob: 24f6210f9ff3a9ec50e3dcb9d14fbc2f16c47892 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[Unit]
Description=TCafe auto attender
After=network-online.target
Wants=network-online.target

[Service]
Type=oneshot
ExecStart=/usr/bin/env python -m tcafe_attending_bot
Nice=19
StandardOutput=null
StandardError=journal
PrivateTmp=yes
PrivateDevices=yes
CapabilityBoundingSet=
NoNewPrivileges=yes