diff options
| author | Grégoire Duchêne <gduchene@awhk.org> | 2021-06-27 19:40:23 +0100 |
|---|---|---|
| committer | Grégoire Duchêne <gduchene@awhk.org> | 2021-06-27 19:40:23 +0100 |
| commit | 67af8fb3c97fa434f1a4978030a4fb50939bc619 (patch) | |
| tree | 5720b7ee57166500d5a8c632830b54b95adbb59d /example/example.service | |
| parent | c62f3e8b39e7d1ff3d46cc4d3d599b2450b3c097 (diff) | |
Add an example servicev0.1.0
Diffstat (limited to 'example/example.service')
| -rw-r--r-- | example/example.service | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/example/example.service b/example/example.service new file mode 100644 index 0000000..c02b755 --- /dev/null +++ b/example/example.service @@ -0,0 +1,9 @@ +[Unit] +Description=gosdd Example Service + +[Service] +Type=simple +ExecStart=%h/example + +[Install] +WantedBy=default.target |
