29 lines
622 B
Desktop File
29 lines
622 B
Desktop File
[Unit]
|
|
Description=Bitmessage appimage service
|
|
Documentation=https://bitmessage.org/wiki/API_Reference
|
|
ConditionPathExists=/home/bitmessage/PyBitmessage.AppImage
|
|
After=network.target
|
|
Wants=network.target
|
|
|
|
[Service]
|
|
Type=forking
|
|
ExecStart=/home/bitmessage/PyBitmessage.AppImage --daemon
|
|
WorkingDirectory=/home/bitmessage
|
|
PIDFile=/home/bitmessage/.config/PyBitmessage/singleton.lock
|
|
KillMode=process
|
|
Restart=always
|
|
RestartSec=10
|
|
#Nice=19
|
|
|
|
SyslogIdentifier=bitmessage
|
|
User=bitmessage
|
|
Group=bitmessage
|
|
PrivateTmp=yes
|
|
|
|
#ProtectHome=tmpfs
|
|
#BindPaths=/home/bitmessage/.config/PyBitmessage/
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|