Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37527059
en ru br
Репозитории ALT

Группа :: Сети/WWW
Пакет: profile-sync-daemon

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Name: profile-sync-daemon
Version: 6.45
Release: alt1
Summary: Offload browser profiles to RAM for speed a wear reduction
Summary(ru_RU.UTF-8): п▓я▀пЁя─я┐п╤п╟п╣я┌ п©я─п╬я└п╦п╩я▄ п╠я─п╟я┐п╥п╣я─п╟ п╡ п·п≈пё п╢п╩я▐ я┐я│п╨п╬я─п╣п╫п╦я▐ п╣пЁп╬ я─п╟п╠п╬я┌я▀
License: MIT
Group: Networking/WWW
Url: https://github.com/graysky2/profile-sync-daemon

Source: %name-%version.tar

BuildArch: noarch
%add_findreq_skiplist %_bindir/%name

%description
Profile-sync-daemon (psd) is a tiny pseudo-daemon designed to manage your
browser's profile in tmpfs and to periodically sync it back to your physical
disc (HDD/SSD). This is accomplished via a symlinking step and an innovative
use of rsync to maintain back-up and synchronization between the two. One of
the major design goals of psd is a completely transparent user experience.

To automatically start psd, use the command:
systemctl --user enable psd psd-resync.timer && systemctl --user start psd psd-resync.timer

%description -l ru_RU.UTF-8
Profile-sync-daemon (psd) п©я─п╣п╢я│я┌п╟п╡п╩я▐п╣я┌ я│п╬п╠п╬п╧ п©я│п╣п╡п╢п╬-п╢п╣п╪п╬п╫, я┐п©я─п╟п╡п╩я▐я▌я┴п╦п╧ п╡п╟я┬п╦п╪
п©я─п╬я└п╦п╩п╣п╪ п╠я─п╟я┐п╥п╣я─п╟ п╡ tmpfs п╦ п©п╣я─п╦п╬п╢п╦я┤п╣я│п╨п╦ я│п╦п╫я┘я─п╬п╫п╦п╥п╦я─я┐я▌я┴п╦п╧ п╣пЁп╬ п╢п╩я▐ п╡п╬я│я│я┌п╟п╫п╬п╡п╩п╣п╫п╦я▐
п╫п╟ п╡п╟я┬п╣п╪ я└п╦п╥п╦я┤п╣я│п╨п╬п╪ п╢п╦я│п╨п╣ (HDD/SSD). п╜я┌п╬ п╢п╬я│я┌п╦пЁп╟п╣я┌я│я▐ я│ п©п╬п╪п╬я┴я▄я▌ я│п╬п╥п╢п╟п╫п╦я▐
я│п╦п╪п╡п╬п╩п╦я┤п╣я│п╨п╦я┘ я│я│я▀п╩п╬п╨ п╦ п╦п╫п╫п╬п╡п╟я├п╦п╬п╫п╫п╬пЁп╬ п╦я│п©п╬п╩я▄п╥п╬п╡п╟п╫п╦я▌ Rsync п╢п╩я▐ я─п╣п╥п╣я─п╡п╫п╬пЁп╬
п╨п╬п©п╦я─п╬п╡п╟п╫п╦я▐ п╦ я│п╦п╫я┘я─п╬п╫п╦п╥п╟я├п╦п╦. п÷п╬п╢п╢п╣я─п╤п╦п╡п╟п╣я┌я│я▐ п╠п╬п╩я▄я┬п╦п╫я│я┌п╡п╬ я│п╬п╡я─п╣п╪п╣п╫п╫я▀я┘ п╠я─п╟я┐п╥п╣я─п╬п╡.

п■п╩я▐ п╟п╡я┌п╬п╪п╟я┌п╦я┤п╣я│п╨п╬пЁп╬ п╥п╟п©я┐я│п╨п╟ psd, п╦я│п©п╬п╩я▄п╥я┐п╧я┌п╣ п╨п╬п╪п╟п╫п╢я┐:
systemctl --user enable psd psd-resync.timer && systemctl --user start psd psd-resync.timer

%prep
%setup

sed -i '/Wants=psd-resync.service/d' init/psd.service
sed -i '/\[Timer\]/a OnStartupSec=10s' init/psd-resync.timer

cat>>init/psd-resync.timer<<END

[Install]
WantedBy=timers.target
END

%build
%make_build

%install
%makeinstall_std

%post
echo 'To automatically start psd, use the command:'
echo 'systemctl --user enable psd psd-resync.timer && systemctl --user start psd psd-resync.timer'

%files
%doc README*
%_datadir/psd
%_bindir/*
%_man1dir/*.1*
%_libexecdir/systemd/user/psd*.*
%_datadir/zsh/site-functions/_psd

%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin