summaryrefslogtreecommitdiff
path: root/debian/vanity.service
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2017-08-13 16:15:18 +0200
committerChristian Pointner <equinox@spreadspace.org>2017-08-13 16:15:18 +0200
commit6ee370ee359940f86e17a91934dbe0280114eca7 (patch)
tree63051938ff551965582b932e2da0f07026b0fb7f /debian/vanity.service
parentupgraded to 0.1.3 (diff)
new v0.1 based package
Diffstat (limited to 'debian/vanity.service')
-rw-r--r--debian/vanity.service16
1 files changed, 0 insertions, 16 deletions
diff --git a/debian/vanity.service b/debian/vanity.service
deleted file mode 100644
index 39eb0c9..0000000
--- a/debian/vanity.service
+++ /dev/null
@@ -1,16 +0,0 @@
-[Unit]
-Description=make go packages gettable
-
-[Service]
-EnvironmentFile=/etc/vanity.conf
-ExecStart=/usr/bin/vanity -addr=${VANITY_ADDR} -vanity-root=${VANITY_ROOT} -repo-root=${VANITY_REPO_ROOT}
-User=vanity
-Group=vanity
-Restart=on-failure
-PrivateTmp=yes
-PrivateDevices=yes
-ProtectSystem=full
-ProtectHome=yes
-
-[Install]
-WantedBy=multi-user.target