diff options
Diffstat (limited to 'lib/systemd/testdata/cmd/daemonTCP/daemonTCP.service')
| -rw-r--r-- | lib/systemd/testdata/cmd/daemonTCP/daemonTCP.service | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/systemd/testdata/cmd/daemonTCP/daemonTCP.service b/lib/systemd/testdata/cmd/daemonTCP/daemonTCP.service new file mode 100644 index 00000000..cb37dd67 --- /dev/null +++ b/lib/systemd/testdata/cmd/daemonTCP/daemonTCP.service @@ -0,0 +1,8 @@ +# SPDX-License-Identifier: BSD-3-Clause +# SPDX-FileCopyrightText: 2026 M. Shulhan <ms@kilabit.info> + +[Service] +ExecStart=/home/ms/go/bin/daemonTCP + +[Install] +WantedBy=multi-user.target |
