An open API service indexing awesome lists of open source software.

https://github.com/ckath/automatic-systemdservice

Systemd Service File for Automatic - https://github.com/1100101/Automatic
https://github.com/ckath/automatic-systemdservice

automatic rss-downloader systemd systemd-service transmission

Last synced: 3 days ago
JSON representation

Systemd Service File for Automatic - https://github.com/1100101/Automatic

Awesome Lists containing this project

README

        

# Automatic Systemd Service File
This repo provides a systemd service file for [Automatic](https://github.com/1100101/Automatic), which is an automatic RSS downloader for transmission. After having it installed make sure to check if the path set at `ExecStart=` is the same as `which automatic`.

Finally give it to systemd:
```
sudo mv automatic.service /etc/systemd/system
```

You will now able to manage Automatic with `systemctl start/stop/enable/disable/reload automatic`