master <- easy-releases

This commit is contained in:
Arinerron 2019-07-22 16:59:48 -07:00
parent 2b17cd13f4
commit fff2b7b18f
No known key found for this signature in database
GPG key ID: 99383627861C62F0
22 changed files with 560 additions and 45 deletions

View file

@ -1,15 +1,21 @@
[Unit]
Description=Onionr Daemon
Requires=network.target tor.service
Documentation=https://onionr.net/docs/
After=network.target tor.service
Requires=network.target tor.service systemd-networkd-wait-online.service
[Service]
Environment="DATA_DIR=/usr/share/onionr"
Environment="LOG_DIR=/var/log/onionr/"
ExecStart=/usr/bin/onionr --start
ExecStop=/usr/bin/onionr --stop
KillMode=mixed
KillSignal=SIGQUIT
TimeoutStopSec=5s
Type=simple
Restart=always
Restart=on-abnormal
[Install]
WantedBy=tor.service