services: Remove deprecated X services
This commit is contained in:
parent
cb0605971d
commit
969c836790
9 changed files with 0 additions and 41 deletions
|
@ -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
|
|
@ -1 +0,0 @@
|
|||
../activitywatch.service
|
|
@ -1 +0,0 @@
|
|||
/usr/lib/systemd/user/dunst.service
|
|
@ -1 +0,0 @@
|
|||
../geoclue-agent.service
|
|
@ -1 +0,0 @@
|
|||
/usr/lib/systemd/user/redshift.service
|
|
@ -1 +0,0 @@
|
|||
../uni-notes-sync.service
|
|
@ -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
|
|
@ -1,3 +0,0 @@
|
|||
[Unit]
|
||||
Requires=x-started-confirm.service
|
||||
After=x-started-confirm.service
|
|
@ -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
|
Loading…
Reference in a new issue