summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkinori Hattori <hattya@gentoo.org>2023-04-15 10:44:40 +0900
committerAkinori Hattori <hattya@gentoo.org>2023-04-15 10:44:40 +0900
commitc23645eb385f1965ac9d67d8671cc887f382018b (patch)
tree904aecc1f51e23e7e36f8153910ac359b8e61ee9 /app-i18n
parentapp-i18n/yaskkserv2: fix install with USE=debug (diff)
downloadgentoo-c23645eb385f1965ac9d67d8671cc887f382018b.tar.gz
gentoo-c23645eb385f1965ac9d67d8671cc887f382018b.tar.bz2
gentoo-c23645eb385f1965ac9d67d8671cc887f382018b.zip
app-i18n/yaskkserv2: fix systemd unit
Signed-off-by: Akinori Hattori <hattya@gentoo.org>
Diffstat (limited to 'app-i18n')
-rw-r--r--app-i18n/yaskkserv2/files/yaskkserv2.service3
1 files changed, 1 insertions, 2 deletions
diff --git a/app-i18n/yaskkserv2/files/yaskkserv2.service b/app-i18n/yaskkserv2/files/yaskkserv2.service
index 860da38ff83a..95e7af683973 100644
--- a/app-i18n/yaskkserv2/files/yaskkserv2.service
+++ b/app-i18n/yaskkserv2/files/yaskkserv2.service
@@ -5,8 +5,7 @@ After=network-online.target
[Service]
User=nobody
-EnvironmentFile=/etc/conf.d/yaskkserv2
-ExecStart=/usr/sbin/yaskkserv2 --no-daemonize ${YASKKSERV2_OPTS}
+ExecStart=/usr/sbin/yaskkserv2 --no-daemonize
[Install]
WantedBy=multi-user.target