mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 02:20:39 +00:00
11 lines
249 B
Desktop File
11 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
|