Librewolf sync
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
[Unit]
|
||||
Description=Crystal Dock
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
TimeoutStartSec=1
|
||||
ExecStart=crystal-dock
|
||||
[Install]
|
||||
WantedBy=default.target
|
1
.config/systemd/user/default.target.wants/librewolf-sync.service
Symbolic link
1
.config/systemd/user/default.target.wants/librewolf-sync.service
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/user/librewolf-sync.service
|
1
.config/systemd/user/default.target.wants/nextcloud.service
Symbolic link
1
.config/systemd/user/default.target.wants/nextcloud.service
Symbolic link
@@ -0,0 +1 @@
|
||||
/home/tymur999/.config/systemd/user/nextcloud.service
|
@@ -0,0 +1,4 @@
|
||||
[Service]
|
||||
|
||||
ExecStart=
|
||||
ExecStart=/usr/bin/librewolf-sync -p sync.default
|
@@ -0,0 +1,5 @@
|
||||
[Timer]
|
||||
OnBootSec=
|
||||
OnUnitActiveSec=
|
||||
OnBootSec=10m
|
||||
OnUnitActiveSec=1h
|
@@ -0,0 +1,5 @@
|
||||
[Service]
|
||||
ExecStart=
|
||||
ExecStart=/usr/bin/librewolf-sync -p sync.default
|
||||
ExecStop=
|
||||
ExecStop=/usr/bin/librewolf-sync -p sync.default
|
13
.config/systemd/user/nextcloud.service
Normal file
13
.config/systemd/user/nextcloud.service
Normal 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
|
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/user/librewolf-sync-cron.timer
|
Reference in New Issue
Block a user