summaryrefslogtreecommitdiff
path: root/community/ushare/ushare.service
diff options
context:
space:
mode:
Diffstat (limited to 'community/ushare/ushare.service')
-rw-r--r--community/ushare/ushare.service11
1 files changed, 11 insertions, 0 deletions
diff --git a/community/ushare/ushare.service b/community/ushare/ushare.service
new file mode 100644
index 000000000..ba6719b8b
--- /dev/null
+++ b/community/ushare/ushare.service
@@ -0,0 +1,11 @@
+[Unit]
+Description=ushare
+After=network.target
+
+[Service]
+EnvironmentFile=/etc/conf.d/ushare
+ExecStart=/usr/bin/ushare -D -x --cfg=/etc/ushare/ushare.conf
+Type=forking
+
+[Install]
+WantedBy=multi-user.target