This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
inspec
Watch
2
Star
0
Fork
You've already forked inspec
0
mirror of
https://github.com/inspec/inspec
synced
2024-11-23 21:23:29 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
c1547ee898
inspec
/
test
/
unit
/
mock
/
cmd
/
ls-1-etc-init.d
4 lines
19 B
D
Raw
Normal View
History
Unescape
Escape
rewrite systemv service implementation, read enabled services from rc
2015-09-25 10:58:03 +00:00
crond
sshd
service resource: attempt a SysV fallback if SystemD unit file is not found (#2473) * service resource: Fix no `.service` + systemd bug This modifies the `enabled?` check to fallback to `sysv_service` in the event that a `.service` file cannot be found. For example: On Debian 8.7 the stock apache2 package does not deploy a `.service` file but deploys a SysV style service. This causes `systemctl is-enabled` to fail when the service is in fact enabled. * Remove `cmd_stderr` and clean up `cmd_exit_1` * Clean up `stderr` assignment using ternary
2018-01-23 20:34:47 +00:00
apache2
Reference in a new issue
Copy permalink