Add signal autostart

This commit is contained in:
2021-02-01 20:38:32 +01:00
parent 2b9d974659
commit 825ff4e770
2 changed files with 8 additions and 0 deletions

View File

@@ -19,6 +19,7 @@ Wants=pasystray.service
Wants=redshift.service Wants=redshift.service
Wants=restic.timer Wants=restic.timer
Wants=screencfg.service Wants=screencfg.service
Wants=signal.service
Wants=spotify.service Wants=spotify.service
Wants=steam.service Wants=steam.service
Wants=touchpad.service Wants=touchpad.service

View File

@@ -0,0 +1,7 @@
[Unit]
BindsTo=autostart.target
After=windowmanager.target
[Service]
ExecStart=/usr/bin/env signal-desktop
PassEnvironment=DISPLAY