Add systemd service file with instance variable
This commit is contained in:
parent
43ec78594c
commit
13aafc6712
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…
x
Reference in New Issue
Block a user