mirror of
https://github.com/aljazceru/signal-cli.git
synced 2025-12-24 17:44:22 +01:00
12 lines
249 B
Desktop File
12 lines
249 B
Desktop File
[Unit]
|
|
Description=Send secure messages to TextSecure/Signal clients
|
|
|
|
[Service]
|
|
Type=dbus
|
|
ExecStart=%dir%/bin/textsecure-cli -u %number% daemon --system
|
|
User=textsecure
|
|
BusName=org.asamk.TextSecure
|
|
|
|
[Install]
|
|
Alias=dbus-org.asamk.TextSecure.service
|