blob: 44bec221992b2eca8d2e58feb2461ab6de004451 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[Unit]
Description=Synchronize tmpfs and on-disk Librewolf profiles
[Service]
Type=idle
RemainAfterExit=true
ExecStart=/usr/bin/librewolf-sync
ExecStop=/usr/bin/librewolf-sync
[Install]
WantedBy=default.target
|