summarylogtreecommitdiffstats
path: root/epiphany-sync.service
diff options
context:
space:
mode:
authorQue Quotion2018-03-14 03:00:46 +0900
committerQue Quotion2018-03-14 03:00:46 +0900
commitfe4f7734571331717b4059ce302f7fe5cb6d0087 (patch)
treedc9906253d05d1f54823695d561f616957d9f117 /epiphany-sync.service
parent7b37f21aabb9a195d48abc2f5774d99a3d87fe07 (diff)
downloadaur-fe4f7734571331717b4059ce302f7fe5cb6d0087.tar.gz
Include epiphany-sync: Synchronize browser profile to shared memory for faster loading
Diffstat (limited to 'epiphany-sync.service')
-rw-r--r--epiphany-sync.service11
1 files changed, 11 insertions, 0 deletions
diff --git a/epiphany-sync.service b/epiphany-sync.service
new file mode 100644
index 000000000000..6de859c96947
--- /dev/null
+++ b/epiphany-sync.service
@@ -0,0 +1,11 @@
+[Unit]
+Description=Synchronize tmpfs and on-disk Epiphany profiles
+
+[Service]
+Type=idle
+RemainAfterExit=true
+ExecStart=/usr/bin/epiphany-sync
+ExecStop=/usr/bin/epiphany-sync
+
+[Install]
+WantedBy=default.target