initial commit
This commit is contained in:
6
example@.service
Normal file
6
example@.service
Normal file
@@ -0,0 +1,6 @@
|
||||
[Unit]
|
||||
Description=Example Service
|
||||
|
||||
[Service]
|
||||
ExecStart=/bin/bash -c 'echo "Hello, world!" > /tmp/example_output.txt'
|
||||
StandardInput=socket
|
||||
Reference in New Issue
Block a user