souththzz 2022-11-04 23:05 采纳率: 100%
浏览 23
已结题

ubuntu服务名中的@是什么意思

  • 写回答

2条回答 默认 最新

  • bluetata 云计算领域优质创作者 2022-11-06 12:11
    关注

    请题主无视上面那个人说的,他说的那是linux连接的含义,和题主的问题显然不是一个

    linux系统结构/lib/systemd/system/目录
    该目录自动存放启动文件的配置位置,里面一般包含有XXXXX.service

    首先明确,@符号和前面的字符串,组成了模板,后面的是统一的后缀service

    引用:https://wiki.archlinux.org/title/Systemd

    Note: Some unit names contain an @ sign (e.g. name@string.service): this means that they are instances of a template unit, whose actual file name does not contain the string part (e.g. name@.service). string is called the instance identifier, and is similar to an argument that is passed to the template unit when called with the systemctl command: in the unit file it will substitute the %i specifier. To be more accurate, before trying to instantiate the name@.suffix template unit, systemd will actually look for a unit with the exact name@string.suffix file name, although by convention such a "clash" happens rarely, i.e. most unit files containing an @ sign are meant to be templates. Also, if a template unit is called without an instance identifier, it will generally fail (except with certain systemctl commands, like cat).

    另外一个模板service的举例你可以看一下,更方便理解

    img

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论 编辑记录
查看更多回答(1条)

报告相同问题?

问题事件

  • 系统已结题 11月14日
  • 已采纳回答 11月6日
  • 创建了问题 11月4日

悬赏问题

  • ¥15 孟德尔随机化结果不一致
  • ¥15 apm2.8飞控罗盘bad health,加速度计校准失败
  • ¥15 求解O-S方程的特征值问题给出边界层布拉休斯平行流的中性曲线
  • ¥15 谁有desed数据集呀
  • ¥20 手写数字识别运行c仿真时,程序报错错误代码sim211-100
  • ¥15 关于#hadoop#的问题
  • ¥15 (标签-Python|关键词-socket)
  • ¥15 keil里为什么main.c定义的函数在it.c调用不了
  • ¥50 切换TabTip键盘的输入法
  • ¥15 可否在不同线程中调用封装数据库操作的类