lots of refactoring
This commit is contained in:
parent
a1191ff72a
commit
e6901ef554
21 changed files with 37 additions and 103 deletions
8
systemd-units/user/aw-qt.service
Normal file
8
systemd-units/user/aw-qt.service
Normal file
|
@ -0,0 +1,8 @@
|
|||
[Unit]
|
||||
Description=ActivityWatch Service - Automatic Time Tracker
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/bin/aw-qt
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
8
systemd-units/user/jellyfin-mpv-shim.service
Normal file
8
systemd-units/user/jellyfin-mpv-shim.service
Normal file
|
@ -0,0 +1,8 @@
|
|||
[Unit]
|
||||
Description=Jellyfin MPV
|
||||
|
||||
[Service]
|
||||
ExecStart=jellyfin-mpv-shim
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
8
systemd-units/user/lolcate-update.service
Normal file
8
systemd-units/user/lolcate-update.service
Normal file
|
@ -0,0 +1,8 @@
|
|||
[Unit]
|
||||
Description=lolcate updater
|
||||
|
||||
[Service]
|
||||
ExecStart=lolcate --update
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
10
systemd-units/user/lolcate-update.timer
Normal file
10
systemd-units/user/lolcate-update.timer
Normal file
|
@ -0,0 +1,10 @@
|
|||
|
||||
[Unit]
|
||||
Description=run lolcate updater every 20min
|
||||
|
||||
[Timer]
|
||||
OnBootSec=1min
|
||||
OnUnitActiveSec=20min
|
||||
|
||||
[Install]
|
||||
WantedBy=timers.target
|
8
systemd-units/user/mail.service
Normal file
8
systemd-units/user/mail.service
Normal file
|
@ -0,0 +1,8 @@
|
|||
[Unit]
|
||||
Description=mbsync automated sync of mail
|
||||
|
||||
[Service]
|
||||
ExecStart=/home/chris/scripts/mailsync
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
9
systemd-units/user/mail.timer
Normal file
9
systemd-units/user/mail.timer
Normal file
|
@ -0,0 +1,9 @@
|
|||
[Unit]
|
||||
Description=timer for syncing mail
|
||||
|
||||
[Timer]
|
||||
OnStartupSec=2min
|
||||
OnUnitActiveSec=5min
|
||||
|
||||
[Install]
|
||||
WantedBy=timers.target
|
14
systemd-units/user/secretserviced.service
Normal file
14
systemd-units/user/secretserviced.service
Normal file
|
@ -0,0 +1,14 @@
|
|||
[Unit]
|
||||
Description=Service to keep secrets of applications
|
||||
Documentation=https://github.com/yousefvand/secret-service
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
RestartSec=30
|
||||
Restart=always
|
||||
Environment="MASTERPASSWORD=Gr@$$B00ts#21"
|
||||
WorkingDirectory=/usr/bin/
|
||||
ExecStart=/usr/bin/secretserviced
|
Loading…
Add table
Add a link
Reference in a new issue