[Unit] Description=Fetch tweets from my followers ConditionPathExists=/home/sealtiel/twitter-tools/backend After=network.target [Service] Type=simple User=sealtiel Group=sealtiel WorkingDirectory=/home/sealtiel/twitter-tools/backend ExecStart=/usr/bin/go run src/fetcher.go src/main.go src/types.go Restart=always RestartSec=300 StandardOutput=syslog StandardError=syslog SyslogIdentifier=twitter-tools [Install] WantedBy=multi-user.target