blob: 66e049a36c70f81ec535e9675918110dba2f07f8 (
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/settings.ini"
}
|