You are not logged in.

#1 2015-03-15 12:55:38

krono-matrixer
Member
From: Waco, Texas
Registered: 2015-03-08
Posts: 22
Website

init.d

What folder in Arch is the equivalent to 'etc/init.d'?

I am using the commands as root:

>chown -R serv /home/serv/teamspeak3servers/teamspeak3-server_linux-amd64
>ln -s /home/serv/teamspeak3servers/teamspeak3-server_linux-amd64/ts3server_startscript.sh /etc/init.d/teamspeak3-server_linux-amd64


The error is that '/etc/init.d' does not exist, so I am guessing that a different folder is used in Arch.


cool Pen-tester Hacker and Engineer Using Arch Linux and Windows

Who needs BlackArch or Kali Linux anyway, when you can build your own from Arch Linux? roll

Offline

#2 2015-03-15 13:13:13

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: init.d

There is no equivalent, Arch uses systemd.

Use the appropriate teamspeak3 package from the AUR.

Offline

#3 2015-03-15 13:14:00

Head_on_a_Stick
Member
From: London
Registered: 2014-02-20
Posts: 7,732
Website

Re: init.d

Arch now uses systemd rather than openRC

You will have to write a systemd unit file and enable it.
https://wiki.archlinux.org/index.php/Sy … unit_files

Does the teamspeak website have any instructions for usage under systemd?

They may already have a teamspeak.service file you can place in /usr/lib/systemd/system/ and enable using `systemctl`

EDIT: What tomk said...

Last edited by Head_on_a_Stick (2015-03-15 13:14:29)

Offline

#4 2015-03-15 13:19:17

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: init.d

You can use openrc, if you like: https://wiki.archlinux.org/index.php/OpenRC

Offline

#5 2015-03-15 13:23:57

krono-matrixer
Member
From: Waco, Texas
Registered: 2015-03-08
Posts: 22
Website

Re: init.d

I will keep in mind about the Teamspeak on AUR, but this server is suppose to be a learning experience. I will want to try and see if I can make Teamspeak work via file editing and command sequences. Thank you for the responses.


cool Pen-tester Hacker and Engineer Using Arch Linux and Windows

Who needs BlackArch or Kali Linux anyway, when you can build your own from Arch Linux? roll

Offline

#6 2015-03-15 13:31:26

fsckd
Forum Fellow
Registered: 2009-06-15
Posts: 4,173

Re: init.d

Moving from Networking, Server, and Protection to Newbie Corner.

You'll have to make a systemd unit. If it is installed to your $HOME, perhaps a systemd user service rather than a system wide one.


aur S & M :: forum rules :: Community Ethos
Resources for Women, POC, LGBT*, and allies

Offline

#7 2015-03-15 13:32:10

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: init.d

No offense, but blindly following some random instructions that do not apply to your chosen distro does not seem like much of a "learning experience". If the AUR teamspeak package is of suitable quality, however, studying its files and understanding how they work would be very worthwhile.

Offline

Board footer

Powered by FluxBB