scylladb / scylla-jmx

Scylla JMX proxy
GNU Affero General Public License v3.0
28 stars 52 forks source link

install.sh: stop using symlinks for systemd units on nonroot mode #141

Closed syuu1228 closed 3 years ago

syuu1228 commented 3 years ago

On some environment, systemctl enable fails when we use symlink. So just directly copy systemd units to ~/.config/systemd/user, instead of creating symlink.

See scylladb/scylla#7288