[Unit] Description=url_catcher screen [Service] Type=forking User=plom # The LC_ALL fixes submission failing on some articles. ExecStart=/bin/sh -c 'LC_ALL=en_US.UTF8 cd ~/url-catcher && screen -d -m ./run.sh' Restart=always [Install] WantedBy=multi-user.target