initial commit

This commit is contained in:
John Lancaster
2024-06-14 18:48:39 -05:00
commit 4ad717c341
4 changed files with 54 additions and 0 deletions

6
example@.service Normal file
View File

@@ -0,0 +1,6 @@
[Unit]
Description=Example Service
[Service]
ExecStart=/bin/bash -c 'echo "Hello, world!" > /tmp/example_output.txt'
StandardInput=socket