services: Remove deprecated X services

This commit is contained in:
Marty Oehme 2023-01-07 14:52:14 +01:00
parent cb0605971d
commit 969c836790
Signed by: Marty
GPG Key ID: 73BA40D5AFAF49C9
9 changed files with 0 additions and 41 deletions

View File

@ -1,12 +0,0 @@
[Unit]
Description=Record pc window usage
PartOf=graphical-session.target
Requires=x-started-confirm.service
After=x-started-confirm.service
[Service]
ExecStart=/usr/bin/aw-qt
Restart=on-failure
[Install]
WantedBy=default.target

View File

@ -1 +0,0 @@
../activitywatch.service

View File

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

View File

@ -1 +0,0 @@
../geoclue-agent.service

View File

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

View File

@ -1 +0,0 @@
../uni-notes-sync.service

View File

@ -1,8 +0,0 @@
[Unit]
Description=redshift needs to get a (geo)clue
[Service]
ExecStart=/usr/lib/geoclue-2.0/demos/agent
[Install]
WantedBy=default.target

View File

@ -1,3 +0,0 @@
[Unit]
Requires=x-started-confirm.service
After=x-started-confirm.service

View File

@ -1,13 +0,0 @@
[Unit]
Description=Automatically commit notes in university directory
After=display-manager.service
[Service]
Type=simple
Environment=GS_TIME_TO_COMMIT=120 GS_UNCHANGED_RUNS_TO_PUSH=30
# workaround to allow relative executable invocation (i.e. current users' home dir)
ExecStart=/bin/bash -c '%h/.local/share/services/git-sync %h/documents/notes/uni'
Restart=on-failure
[Install]
WantedBy=default.target