You are not logged in.
Pages: 1
Topic closed
Are there any systemd users who also use networkmanager? I checked the wiki but did not find anything.
Offline
What exactly are you asking?
Offline
... think he/she is asking for a networkmanger.service file the use with systemd.
CPU-optimized Linux-ck packages @ Repo-ck • AUR packages • Zsh and other configs
Offline
If the OP has come this far(reading the wiki) he should already be knowing how to start it. But what else is he asking?
Last edited by hadrons123 (2012-05-13 02:20:05)
Offline
I am asking if someone has a working networkmanager.service file to share.
Offline
Is this what you are asking?
[Unit]
Description=Network Manager
After=syslog.target
[Service]
Type=dbus
BusName=org.freedesktop.NetworkManager
ExecStart=/usr/sbin/NetworkManager --no-daemon
# Suppress stderr to eliminate duplicated messages in syslog. NM calls openlog()
# with LOG_PERROR when run in foreground. But systemd redirects stderr to
# syslog by default, which results in logging each message twice.
StandardError=null
[Install]
WantedBy=multi-user.target
Alias=dbus-org.freedesktop.NetworkManager.service
Alias=network-manager.service
Last edited by hadrons123 (2012-05-13 02:56:41)
Offline
Perhaps you should check the package itself...
$ nosr -l networkmanager | grep 'systemd.*service$'
extra/networkmanager /usr/lib/systemd/system/NetworkManager-wait-online.service
extra/networkmanager /usr/lib/systemd/system/NetworkManager.service
Or use systemctl list-unit-files...
Last edited by falconindy (2012-05-13 02:58:37)
Offline
@falconindy - Nice, nosr is a great tool. Tell me, is it short for something or is an an acronym?
CPU-optimized Linux-ck packages @ Repo-ck • AUR packages • Zsh and other configs
Offline
is it short for something or is an an acronym?
Q: Wat. Why nosr?
Randy Morris (rson) was the inspiration for me to write cower. Given how many people enjoy it, I figure it was fitting to give him some credit in some small way.
Last edited by jeff story (2013-05-10 10:28:39)
Check out my website for info on the Arch Linux Installer
Offline
Thank you for the off-topic trivia. Closing as necro-bump.
aur S & M :: forum rules :: Community Ethos
Resources for Women, POC, LGBT*, and allies
Offline
Pages: 1
Topic closed