summarylogtreecommitdiffstats
path: root/firefox-sync-cron.service
diff options
context:
space:
mode:
authorSantiago Lo Coco2022-08-31 13:48:23 +0000
committerSantiago Lo Coco2022-08-31 13:48:23 +0000
commit568d975b5ff803bcb26ab6c11c10e3f277590f8d (patch)
tree6e4bea08609d7e2f6b40aa64dc1d0857d20dbffc /firefox-sync-cron.service
parentbd5301d6746e4381ba67dea5e00b30f1948ea369 (diff)
downloadaur-568d975b5ff803bcb26ab6c11c10e3f277590f8d.tar.gz
Add firefox-sync-cron.{service,timer}
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