mirror of
https://github.com/mynodebtc/mynode.git
synced 2024-11-14 17:39:16 +00:00
16 lines
312 B
Desktop File
16 lines
312 B
Desktop File
# This service is actually a systemd target,
|
|
# but we are using a service since targets cannot be reloaded.
|
|
|
|
[Unit]
|
|
Description=Anonymizing overlay network for TCP (multi-instance-master)
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
RemainAfterExit=yes
|
|
ExecStart=/bin/true
|
|
ExecReload=/bin/true
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|