14 lines
259 B
Desktop File
14 lines
259 B
Desktop File
[Unit]
|
|
Description=Suspend Gajim
|
|
Before=sleep.target
|
|
StopWhenUnneeded=yes
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
RemainAfterExit=yes
|
|
ExecStart=-/usr/bin/gajim-remote change_status offline
|
|
ExecStop=-/usr/bin/gajim-remote change_status online
|
|
|
|
[Install]
|
|
WantedBy=sleep.target
|