mirror of
https://github.com/GOSTSec/gostcoin
synced 2025-01-15 01:00:12 +00:00
16 lines
377 B
SYSTEMD
16 lines
377 B
SYSTEMD
# 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
|