blob: 16ffae52950b5aadea8eb3b4de8e143029d9086f (
plain)
1
2
3
4
5
|
post_install() {
echo "Run 'systemctl --user start python-rssd.timer' to start python-rssd for this session."
echo "Run 'systemctl --user enable python-rssd.timer' to autostart python-rssd in next sessions."
echo "The settings file can be found in ~/.config/python-rssd/config.py"
}
|