nix-amer/meta/cfg-locations.json

13 lines
285 B
JSON
Raw Normal View History

2018-11-06 17:03:21 +00:00
{
"ssh": {
"cnf": { "server": "/etc/sshd_config", "client": "/etc/ssh_config" },
"ser": [ "sshd.service" ]
},
"apache2": {
"cnf": { "main": "/etc/apache2/apache2.conf", "ports": "/etc/apache2/apache2.conf" },
"ser": [ "apache2.service", "httpd.service" ]
}
}