diff --git a/requirements.txt b/requirements.txt index d790193..66d3349 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ Mastodon.py==1.5.1 -emoji==1.7.0 +emoji~=1.6.3 ircrobots==0.6.1 -PyYAML==6.0 \ No newline at end of file +PyYAML==6.0 diff --git a/tooter.service b/tooter.service index 02b1044..98c426b 100644 --- a/tooter.service +++ b/tooter.service @@ -5,7 +5,7 @@ After=tooter.service [Service] Type=simple WorkingDirectory=/home/ben/workspace/tooter -ExecStart=/home/ben/workspace/tooter/venv/bin/python3 -u tooter.py +ExecStart=/home/ben/workspace/tooter/venv/bin/python3 -u tooter.py config.yaml Restart=always RestartSec=5 StartLimitInterval=60s