Initial commit
This commit is contained in:
12
etc/systemd/system/flatpak-automatic.service
Normal file
12
etc/systemd/system/flatpak-automatic.service
Normal file
@@ -0,0 +1,12 @@
|
||||
[Unit]
|
||||
Description=flatpak Automatic Update
|
||||
Documentation=man:flatpak(1)
|
||||
Wants=network-online.target
|
||||
After=network-online.target
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/usr/bin/flatpak update -y
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
11
etc/systemd/system/flatpak-automatic.timer
Normal file
11
etc/systemd/system/flatpak-automatic.timer
Normal file
@@ -0,0 +1,11 @@
|
||||
[Unit]
|
||||
Description=flatpak Automatic Update Trigger
|
||||
Documentation=man:flatpak(1)
|
||||
|
||||
[Timer]
|
||||
OnBootSec=5m
|
||||
OnCalendar=0/6:00:00
|
||||
Persistent=true
|
||||
|
||||
[Install]
|
||||
WantedBy=timers.target
|
||||
Reference in New Issue
Block a user