diff options
Diffstat (limited to 'test1/exec-demo.service')
-rw-r--r-- | test1/exec-demo.service | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test1/exec-demo.service b/test1/exec-demo.service index ea40b1fecf..b772518e3e 100644 --- a/test1/exec-demo.service +++ b/test1/exec-demo.service @@ -2,4 +2,6 @@ Description=Simple Execution Demo [Service] -ExecStart=/bin/ls +ExecStart=/bin/cat /etc/hosts +Type=simple +Output=syslog |