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
- Host: GitHub
- URL: https://github.com/ckath/automatic-systemdservice
- Owner: Ckath
- License: mit
- Created: 2019-03-09T22:00:35.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-10T14:13:24.000Z (about 6 years ago)
- Last Synced: 2025-02-17T16:52:06.633Z (3 months ago)
- Topics: automatic, rss-downloader, systemd, systemd-service, transmission
- Size: 1000 Bytes
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`