Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| projects:howtos:tor [2013/05/12 21:19] – [Configuration] prometheus | projects:howtos:tor [2015/07/15 21:54] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 43: | Line 43: | ||
| root@pi# cd / | root@pi# cd / | ||
| root@pi# vim tor.service | root@pi# vim tor.service | ||
| - | ... | + | </ |
| + | |||
| + | |||
| + | <sxh bash; title: systemd service file - / | ||
| + | [Unit] | ||
| + | Description=Starting Tor Service | ||
| + | |||
| + | [Service] | ||
| + | ExecStart=/ | ||
| + | |||
| + | [Install] | ||
| + | After=multi-user.target | ||
| + | </ | ||
| + | |||
| + | <sxh bash;> | ||
| root@pi# vim ntp-once.service | root@pi# vim ntp-once.service | ||
| - | ... | + | </ |
| + | |||
| + | <sxh plain; title:> | ||
| </ | </ | ||
| Line 86: | Line 103: | ||
| ===== References ===== | ===== References ===== | ||
| - | * [[http:// | + | * [[http:// |
| + | * [[http:// | ||
| + | * https:// | ||
| + | * https:// | ||
| + | * https:// | ||
| ===== Conclusion ===== | ===== Conclusion ===== | ||