summarylogtreecommitdiffstats
path: root/firefox-sync-cron.service
diff options
context:
space:
mode:
Diffstat (limited to 'firefox-sync-cron.service')
-rw-r--r--firefox-sync-cron.service9
1 files changed, 9 insertions, 0 deletions
diff --git a/firefox-sync-cron.service b/firefox-sync-cron.service
new file mode 100644
index 000000000000..93f9afa405a8
--- /dev/null
+++ b/firefox-sync-cron.service
@@ -0,0 +1,9 @@
+[Unit]
+Description=Synchronize tmpfs and on-disk Firefox profiles (oneshot service)
+
+[Service]
+Type=oneshot
+ExecStart=/usr/bin/firefox-sync
+
+[Install]
+WantedBy=default.target \ No newline at end of file