summaryrefslogtreecommitdiff
path: root/example/example.service
blob: 7a58333ceca248a43d41f63bc91f815285f42ecb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# SPDX-FileCopyrightText: © 2021 Grégoire Duchêne <gduchene@awhk.org>
# SPDX-License-Identifier: ISC

[Unit]
Description=gosdd Example Service

[Service]
Type=simple
ExecStart=%h/example

[Install]
WantedBy=default.target