Librewolf sync

This commit is contained in:
Tymur Arsentiev
2025-04-30 22:56:49 -04:00
parent a03c70d6b0
commit 7c12854b4d
8 changed files with 30 additions and 9 deletions

View File

@@ -1,9 +0,0 @@
[Unit]
Description=Crystal Dock
[Service]
Type=simple
TimeoutStartSec=1
ExecStart=crystal-dock
[Install]
WantedBy=default.target

View File

@@ -0,0 +1 @@
/usr/lib/systemd/user/librewolf-sync.service

View File

@@ -0,0 +1 @@
/home/tymur999/.config/systemd/user/nextcloud.service

View File

@@ -0,0 +1,4 @@
[Service]
ExecStart=
ExecStart=/usr/bin/librewolf-sync -p sync.default

View File

@@ -0,0 +1,5 @@
[Timer]
OnBootSec=
OnUnitActiveSec=
OnBootSec=10m
OnUnitActiveSec=1h

View File

@@ -0,0 +1,5 @@
[Service]
ExecStart=
ExecStart=/usr/bin/librewolf-sync -p sync.default
ExecStop=
ExecStop=/usr/bin/librewolf-sync -p sync.default

View File

@@ -0,0 +1,13 @@
[Unit]
Description=Nextcloud
Wants=graphical-session.target
StartLimitIntervalSec=3
StartLimitBurst=10
[Service]
TimeoutStartSec=1
ExecStart=nextcloud
Restart=on-failure
[Install]
WantedBy=default.target

View File

@@ -0,0 +1 @@
/usr/lib/systemd/user/librewolf-sync-cron.timer