Compare commits

..

No commits in common. "master" and "master" have entirely different histories.

3 changed files with 5 additions and 5 deletions

View File

@ -1,3 +1,3 @@
# ssm-services
Examples of services for [ssm](https://code.fleshless.org/Spark/ssm)
Examples of services for [ssm](https://git.fleshless.org/ssm)

View File

@ -6,7 +6,11 @@ service_command=( /usr/bin/fsck -A -C -p )
pre_start() {
printf 'Remounting / as read-only...\n'
mount / -o remount,ro
}
start() {
printf 'Checking filesystems...\n'
super_start
}
post_start() {

View File

@ -1,4 +0,0 @@
#!/usr/bin/env ssm
service_pidfile = /tmp/zabbix_agentd.pid
service_command = /usr/bin/sudo -u zabbix-agent /usr/bin/zabbix_agentd -f