mirror of https://github.com/GOSTSec/gostcoin
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
377 B
16 lines
377 B
7 years ago
|
# It is not recommended to modify this file in-place, because it will
|
||
|
# be overwritten during package upgrades. If you want to add further
|
||
|
# options or overwrite existing ones then use
|
||
|
# $ systemctl edit gostcoin.
|
||
|
# See "man systemd.timer" for details.
|
||
|
|
||
|
[Unit]
|
||
|
Description=GOSTcoin startup timer
|
||
|
After=i2pd.service
|
||
|
|
||
|
[Timer]
|
||
|
OnActiveSec=90
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|