lots of refactoring

This commit is contained in:
Chris Cochrun 2023-06-09 07:02:04 -05:00
parent a1191ff72a
commit e6901ef554
21 changed files with 37 additions and 103 deletions

View file

@ -0,0 +1,8 @@
[Unit]
Description=ActivityWatch Service - Automatic Time Tracker
[Service]
ExecStart=/usr/bin/aw-qt
[Install]
WantedBy=default.target

View file

@ -0,0 +1,8 @@
[Unit]
Description=Jellyfin MPV
[Service]
ExecStart=jellyfin-mpv-shim
[Install]
WantedBy=default.target

View file

@ -0,0 +1,8 @@
[Unit]
Description=lolcate updater
[Service]
ExecStart=lolcate --update
[Install]
WantedBy=default.target

View file

@ -0,0 +1,10 @@
[Unit]
Description=run lolcate updater every 20min
[Timer]
OnBootSec=1min
OnUnitActiveSec=20min
[Install]
WantedBy=timers.target

View file

@ -0,0 +1,8 @@
[Unit]
Description=mbsync automated sync of mail
[Service]
ExecStart=/home/chris/scripts/mailsync
[Install]
WantedBy=default.target

View file

@ -0,0 +1,9 @@
[Unit]
Description=timer for syncing mail
[Timer]
OnStartupSec=2min
OnUnitActiveSec=5min
[Install]
WantedBy=timers.target

View 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