Add signal autostart
This commit is contained in:
@@ -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
|
||||||
|
|||||||
7
autostart/services/signal.service
Normal file
7
autostart/services/signal.service
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
[Unit]
|
||||||
|
BindsTo=autostart.target
|
||||||
|
After=windowmanager.target
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
ExecStart=/usr/bin/env signal-desktop
|
||||||
|
PassEnvironment=DISPLAY
|
||||||
Reference in New Issue
Block a user