mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 10:30:38 +00:00
Add systemd service file with instance variable
This commit is contained in:
parent
43ec78594c
commit
13aafc6712
1 changed files with 15 additions and 0 deletions
15
data/textsecure-cli@.service
Normal file
15
data/textsecure-cli@.service
Normal file
|
@ -0,0 +1,15 @@
|
|||
[Unit]
|
||||
Description=Send secure messages to TextSecure/Signal clients
|
||||
Requires=dbus.socket
|
||||
After=dbus.socket
|
||||
Wants=network.target
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
Type=dbus
|
||||
ExecStart=%dir%/bin/textsecure-cli -u %I daemon --system
|
||||
User=textsecure-cli
|
||||
BusName=org.asamk.TextSecure
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Loading…
Add table
Add a link
Reference in a new issue