[Unit] Description=Fetch tweets from my followers ConditionPathExists=/home/sealtiel/twitter-tools/server After=network.target [Service] Type=simple User=sealtiel Group=sealtiel WorkingDirectory=/home/sealtiel/twitter-tools/server ExecStart=/home/sealtiel/twitter-tools/server/twitter-server Restart=always RestartSec=300 StandardOutput=syslog StandardError=syslog SyslogIdentifier=twitter-public [Install] WantedBy=multi-user.target